Skip to content

djangopy-org/django_auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django auth

This is the example project for setting up simple Django Authentication system

Guide link: https://djangopy.org/learn/set-up-authentication-system-in-django-in-just-10-minutes/

Installation guide

  1. Clone repository

    git clone https://github.com/djangopy-org/django_auth

  2. cd to repository.

  3. Create a virtualenv by following command

    virtualenv -p python3 .

  4. Activate virtualenv

    source bin/activate

  5. Install required packages

    pip3 install -r requirements.txt

  6. cd to src and run the server

    python3 manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.3%
  • HTML 36.7%