8000 GitHub - Rathoresourabh/LOGINSIGNUPdjango: login signup django using username and Email
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rathoresourabh/LOGINSIGNUPdjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Django Login and Registration

Django simple username email login signup page .

Screenshots

Log In Create an account Authorized page
Password reset Set new password Password change

Installing

Install dependencies & activate virtualenv

pip install pipenv
pipenv install
pipenv shell

Configure the settings (connection to the database, connection to an SMTP server, and other options)

  1. Edit source/app/conf/development/settings.py if you want to develop the project.

  2. Edit source/app/conf/production/settings.py if you want to run the project in production.

Apply migrations

python manage.py migrate

Collect static files (only on a production server)

python manage.py collectstatic

Running

A development server

Just run this command:

python manage.py runserver

About

login signup django using username and Email

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0