Clone repo like this:
git clone https://github.com/dimkoug/tododjangoccb.git
Create a virtualenv:
python3 -m venv virtualenv
Activate virtualenv
Install packages from requirements.txt file
Create settings_local.py with settings from settings_local_sample.py
Run python manage.py migrate
Start the development server and visit http://127.0.0.1:8000/todo/
forked from dimkoug/tododjangoccb
-
Notifications
You must be signed in to change notification settings - Fork 0
Pooja0504/tododjangoccb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A todo application with django web framework version 2 with class based views and ajax modal crud
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 70.7%
- HTML 29.3%