A simple webapp prototype that serves tech news, blogs, and anything else a developer might want to learn or get help with. It also contains a custom Admin panel where the administrator can create, delete, login, and log out too
pip install django
python manage.py runserver
python manage.py createsuperuser
# input info and done
#current admin username:sachityadav, password:sachityadav
- CRUD functions
- django message or notification and showing pop messages
- how authentication works, user login, logout etc
- and other many more