A blog app
Blog made in Django web framework in backend and Bootstrap in front. It also have newsletter feature. Have a look CodeBeautiful.
OS X & Linux:
pip install -r requirements.txt
python manage.py runserver
Before running the app make sure you complete the following steps :-
- Create a SENDGRID API.
- Copy the contents of settings/base.py and make a new file settings/local.py.
- Replace SENDGRID_API_KEY variable value with your created API.
- Fork it (https://github.com/hrsvrdhn/blog_django/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request