Skip to content

Blog created with the Django web framework for Python.

License

Notifications You must be signed in to change notification settings

filipe-gomes/django_blog

Repository files navigation

bloggr

Visit us at https://bloggr.tech. bloggr is a platform for sharing thoughts and ideas, with a focus in tech, but not limited to it. Feel free to join us in this platform, and share anything that you may find interesting. I will be continuously working to improve this blog and add new features. Please reach out with any thoughts or concerns you may have as an user. Feel free to use the codebase as needed to build your version of bloggr, as well as contribute with pull requests and ideas for new features, as well as the reporting of any found issues.

Getting Started with Contributing

Install Dependencies

pip install -r requirements.txt

Set Database

python manage.py makemigrations
python manage.py migrate

Create SuperUser

python manage.py createsuperuser

Start Development Server

python manage.py runserver

Built With

  • Python 3.7.0 - Main programming language
  • Django - Web Framework used for this project
  • HTML5 - Used on templates
  • Bootstrap 4 - Helping pages look beautiful
  • CSS - Used for adding styles

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Blog created with the Django web framework for Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published