Skip to content

zhouxb/app_account

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

============================================== app_account: user accounts for project template

Provides user accounts to a project template.

INSTALL

  1. Install Project Template

django-admin.py startproject --template=https://github.com/zhouxb/project_template/zipball/master [project_name]

  1. Install App Account

pip install https://github.com/zhouxb/app_account/zipball/master

  1. Add account to INSTALLED_APPS in settings.py

INSTALLED_APPS = {

...

account,

}

  1. Add account url in urls.py

url(r'account/', include('account.urls')),

  1. Create DB

python manage.py schemamigration account --init

python manage.py migrate account

About

app account for project template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages