An open API service indexing awesome lists of open source software.

https://github.com/imtiaz-emu/django_imdb

Sample Django application to start with this awesome framework.
https://github.com/imtiaz-emu/django_imdb

bootstrap3 django html5 jquery python-2

Last synced: 3 months ago
JSON representation

Sample Django application to start with this awesome framework.

Awesome Lists containing this project

README

          

**Requirements:**
- Python 2.7
- Django 1.9

**Installation:**
- create a `virtualenv`. Go to project folder and run `virtualenv .`
- activate virtualenv using `source bin/activate`
- install requirements using `pip install -r requirements.txt`
- goto `project/src` folder.
- Run migrations `python manage.py migrate` (As we're using mysql so change settings accordingly). If you want to use `sqlite3` for testing purpose change `imdb>setting>local.py` file
- Run project `python manage.py runserver`