Skip to content

A discussion or informational website consisting of discrete, often informal diary-style text entries.

License

Notifications You must be signed in to change notification settings

Bryson69/Django-Blog

Repository files navigation

Django Blog App




The clean, fast and right way to start a new Django 3.9 powered website.


This app is Designed for users to post their stories and expiriences. It provides users with the option of creating an account and upon this a user profile will automatically be made for them, providing them with the option of updating thier profile, banner and bio. It also entails a variety of categories eg. gaming, lifestyle among others. Like, comment & search features are also available to suite the user needs.


Getting Started

git clone https://github.com/Bryson69/Django-Blog
$ Create your virtual enviroment
$ source my_env/bin/activate
$ pip install -r requirements.txt

$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Features

  • Basic Django scaffolding (commands, templatetags, statics, media files, etc).

  • for specific environment settings (localhost, production, etc). django_blog/settings.py for core settings.

  • Simple logging setup ready for production envs.

Contact

In case You have any issues using this code please do not hesitate to get in touch with me through brysonmundia@gmail.com.

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.

License

MIT (c) 2021 Bryson Mundia

About

A discussion or informational website consisting of discrete, often informal diary-style text entries.

Topics

Resources

License

Stars

Watchers

Forks