/teamwork

Simple team management website

Primary LanguagePythonMIT LicenseMIT

teamwork

Simple team management website for adding tasks for users

Installation

1 - Clone project

2 - Install pipenv with this command py -m pip install pipenv

3 - Create virtual environment and install packages using py -m pipenv install in cloned directory

4 - Create .env file in cloned directory and copy & replace .env.example with right data into it.

5 - Run py -m pipenv shell to activate virtual environment

6 - Migrate database with py manage.py migrate command

7 - Start server with py manage.py runserver command

8 - open http://127.0.0.1:8000/