Django Todo Application
Precedences
Features
- Admin Panel
- Relational Model
- Able To Manage Admin Panel
- Able To Customize Admin Panel
- Able To Create Super Users Such as Admin
- Able To Use Any Type of Databases (Current Database is Sqlite3)
- Able To Add , Delete and Mark your Events as Completed in Your List
- Responsive Site (Optimization)
- Backend Security
Language used in This Project
WorkSpace
Installation
~ pip3 install django
~ pip3 install -U django
How To Run
First of All Clone the project from here ~ git clone https://github.com/shervinbdndev/TodoApp.git
Then go To Project's Directory with ~ cd TodoApp
No Matters if Your Using Windows or Linux.
Run The Code Below
~ python manage.py runserver 3000
After that you need to open http://127.0.0.1:3000
for accessing the website.
Synchronize your database
~ python manage.py syncdb
If you want to create Admin
~ python manage.py createsuperuser