Skip to content

A personal boilerplate based off official django polls tutorial with angular and rest framework

Notifications You must be signed in to change notification settings

mfbx9da4LTD/djangular-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A personal boilerplate based off official django polls tutorial with angular and rest framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 67.0%
  • JavaScript 18.0%
  • HTML 13.9%
  • CSS 1.1%