Technologies : Frontend -HTML,CSS Backend - Django-bootstrap3, Djanago-Cripsy form
Its just a blogging website (responsive web app ) created by me as a project to practice Django.It was made using Python 3.6 + Django and database is SQLite. Bootstrap was used for styling.
Hosted On : https://dproject123.herokuapp.com/
To run it on local machine do
$ cd Django_project
$ python manage.py runserver
It is possible to add additional admin user who can login to the admin site. Run the following command:
$ python manage.py createsuperuser
Enter your desired username and press enter.
Username: admin_username
You will then be prompted for your desired email address:
Email address: [email protected]
The final step is to enter your password. You will be asked to enter your password twice, the second time as a confirmation of the first.
Password: ********** Password (again): ********* Superuser created successfully.
Video_Screencast.from.Sunday.04.April.2021.01.31.38.IST.mp4
SQLlite Database table view for like features on each blog posts .