Skip to content

This is an open source project to create and manage a personal blog using Django , the full tutorial from Fullcourse Backend freecodecomp on youtube.

Notifications You must be signed in to change notification settings

Bdiwy/Django-Personal_Blog-Opensource

Repository files navigation

Django-Personal_Blog-Opensource

This is an open source project to create and manage a personal blog using Django and the tutorials from Fullcourse Backend freecodecomp.

🚀 New Features Comeing soon

  • Contact page inserting data in database ✔️
  • Service page dumping data from database ✔️
  • About page dumping data from database and social media ✔️

📖 Installation

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
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

Source

🤝 Contributing

Contributions, issues and feature requests are welcome! See Contributing.md.

⭐️ Support

Give a ⭐️ if this project helped you!

About

This is an open source project to create and manage a personal blog using Django , the full tutorial from Fullcourse Backend freecodecomp on youtube.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published