https://github.com/mfbx9da4/djangular-boilerplate
A personal boilerplate based off official django polls tutorial with angular and rest framework
https://github.com/mfbx9da4/djangular-boilerplate
Last synced: 2 months ago
JSON representation
A personal boilerplate based off official django polls tutorial with angular and rest framework
- Host: GitHub
- URL: https://github.com/mfbx9da4/djangular-boilerplate
- Owner: mfbx9da4
- Created: 2017-01-23T04:20:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-24T22:36:41.000Z (over 8 years ago)
- Last Synced: 2025-01-26T17:45:47.894Z (4 months ago)
- Language: Python
- Size: 124 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Init
virtualenv --no-site-packages venv
source venv/bin/activate
pip install -r requirements.txt## Test
coverage run --source=polls --omit='*/migrations/*' ./manage.py test && coverage report -m
./node_modules/karma/bin/karma start karma.conf.js## Run
./manage.py runserver
## Build frontend
gulp sass:watch