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.
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
-
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.
In case You have any issues using this code please do not hesitate to get in touch with me through brysonmundia@gmail.com.
I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.
MIT (c) 2021 Bryson Mundia