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.
- Host: GitHub
- URL: https://github.com/imtiaz-emu/django_imdb
- Owner: imtiaz-emu
- Created: 2017-02-15T10:11:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-02T09:49:58.000Z (over 9 years ago)
- Last Synced: 2025-03-15T09:28:03.513Z (over 1 year ago)
- Topics: bootstrap3, django, html5, jquery, python-2
- Language: CSS
- Size: 914 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`