This is an open source project to create and manage a personal blog using Django and the tutorials from Fullcourse Backend freecodecomp.
- Contact page inserting data in database ✔️
- Service page dumping data from database ✔️
- About page dumping data from database and social media ✔️
Django-Personal_Blog-Opensource can be installed via cloneing the repo to your local computer and follow the instractions on windows or linux.
$ git clone https://github.com/Bdiwy/Django-Personal_Blog-Opensource.git
$ cd Django-Personal_Blog-Opensource/Blog
$ python manage.py migrate
$ python manage.py createsuperuser
$ python manage.py runserver
- Load the site at http://127.0.0.1:8000 if u got any error like
error no permission to access this port in django runserver
just try to change the port like
http://127.0.0.1:another_port_num
for ex : http://127.0.0.1:9090
admin panel account :
- User : admin
- Password : admin
Contributions, issues and feature requests are welcome! See Contributing.md.
Give a ⭐️ if this project helped you!