It is a basic level blog application project created using Django framework. It was created with improvements and corrections in mind.
I developed it with my training named 'Python | Advanced Programming from Zero - MMC'.
Clone this project
https://github.com/mucahitbektas/CoursesProjectTrials.git
Install dependencies
pip install -r requirements.txt
For set database
python manage.py makemigrations
python manage.py migrate
For create superuser
python manage.py createsuperuser
It is a web-based basic level to-do application project that I developed while learning to use the Flask library.
With this project, a fully functional to-do app was created where users can:
- sign up, sign in and sign out
- add to-do item
- edit to-do item
- delete to-do item
- displays all to-do items