/blog_django

My own blog powered by django and bootstrap with newsletter feature.

Primary LanguageJavaScriptMIT LicenseMIT

Code Beautiful

A blog app

Blog made in Django web framework in backend and Bootstrap in front. It also have newsletter feature. Have a look CodeBeautiful.

Installation

OS X & Linux:

pip install -r requirements.txt
python manage.py runserver

Development setup

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.

Contributing

  1. Fork it (https://github.com/hrsvrdhn/blog_django/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request