https://github.com/sid22/blog
Django based fully functional blog.
https://github.com/sid22/blog
Last synced: 16 days ago
JSON representation
Django based fully functional blog.
- Host: GitHub
- URL: https://github.com/sid22/blog
- Owner: sid22
- Created: 2016-10-07T08:17:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T21:42:43.000Z (almost 9 years ago)
- Last Synced: 2025-06-11T09:56:33.883Z (about 1 year ago)
- Language: JavaScript
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Personal Blog
===================
[](https://travis-ci.org/goyal-sidd/blog)
Django based fully functional blog.
The blog is built along the lines of Django 1.9 tutorial by Coding for Entrepreneurs [here](https://github.com/codingforentrepreneurs/try-django-19)
The live blog is hosted on Heroku [here](sid22.herokuapp.com/posts/)
> **Note:**
> - There are 2 versions of the blog, local and production.
> - Local can be cloned and run directly on local server like any django project.
> - The development version has settings changed for working with Heroku.
#### Running locally
- Clone the rep.
- Create a virtualenv with name venv, activate it and run `pip install -r requirements.txt`. If you choose other name modify the .gitignore accordingly.
- Create local database `python manage.py migrate ` and `python manage.py makemigrations`
- Create a superuser `python manage.py createsuperuser
- Run it python manage.py runserver
Contributor @goyal-sidd