Skip to content

noelle01520/basic-angular-django

Repository files navigation

basic-angular-django

Installation

NOTE: Requires virtualenv, virtualenvwrapper and Node.js.

  • $ mkvirtualenv -p /usr/sbin/python3 basic-angular-django
  • $ cd basic-angular-django/
  • $ . bin/activate
  • Fork this repository.
  • $ git clone git@github.com:noelle01520/basic-angular-django.git
  • $ pip install -r requirements.txt
  • $ npm install -g bower
  • $ npm install
  • $ bower install
  • $ python manage.py migrate
  • $ python manage.py runserver

About

Boilerplate for django/angular application with basic angular alert messaging and extended django user model. Based on tutorial `Building Web Applications with Django and AngularJS` found here: https://thinkster.io/django-angularjs-tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors