- Create a virtual environment
python -m venv <env_name>
- Activate virtual environment
source <env_name>/bin/activate
- Install requirements in venv
pip install -r requirements.txt
- Make migrations
python manage.py makemigrations
- Apply migrations
python manage.py migrate
- Create a super user
python manage.py createsuperuser
- Run the server
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 1
Taskido is a todolist API with the most basic features of most Web Apps, i.e. accounts/login, API, etc
License
qinyanjuidavid/Taskido
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Taskido is a todolist API with the most basic features of most Web Apps, i.e. accounts/login, API, etc
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published