Skip to content

Sception/loginSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

loginSys

A login registration system that based on Django.

platform

  • windows 10
  • django 1.10
  • python 3.5.2

Start

# install dependencies
pip install -r requirements.txt

# config settings.py
Update the configuration file(settings.py)for what you want.For example,the database config and the email 
config and so on.

# create records and data tables
python manage.py makemigrations login
python manage.py mikemigrate

# build for project
python manage.py runserver

About

initial commit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published