Skip to content

A template for UserAccount management like login,logout,create,update,delete profile using Django, python3 and AngularJS

Notifications You must be signed in to change notification settings

joelselvaraj/django-angularjs-useraccount-template

Repository files navigation

#django-angular-useraccount-template

Installation

NOTE: Requires Node.js.

  • Fork this repository.
  • $ git clone [email protected]:<your username>/thinkster-django-angular-boilerplate.git
  • $ sudo apt-get install python3-venv
  • $ python3 -m venv djangular
  • $ source djangular/bin/activate
  • $ cd thinkster-django-angular-boilerplate/
  • $ pip3 install -r requirements.txt
  • $ sudo npm install -g bower
  • $ sudo bower install --allow-root
  • $ python manage.py makemigrations
  • $ python manage.py migrate
  • $ python manage.py runserver

About

A template for UserAccount management like login,logout,create,update,delete profile using Django, python3 and AngularJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published