https://github.com/specdrake/todoapp
A multiuser todo app for collaboration.
https://github.com/specdrake/todoapp
Last synced: over 1 year ago
JSON representation
A multiuser todo app for collaboration.
- Host: GitHub
- URL: https://github.com/specdrake/todoapp
- Owner: specdrake
- Created: 2020-08-24T08:19:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-02T17:37:43.000Z (over 5 years ago)
- Last Synced: 2025-01-18T06:09:51.608Z (over 1 year ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todoapp
A multiuser todo app for collaboration.
``todoapp`` folder contains the actual app.
``todoapp/static/todoapp/styles.css`` is the project's global css file.
``todoapp/static/todoapp/`` contains HTML templates.
## To Run
Download/clone the repo. (You should have django installed)
Execute from the project root : ``python3 manage.py runserver``