Skip to content

flavien-hugs/dj-example-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9329943 · Mar 20, 2022

History

76 Commits
Mar 19, 2022
Mar 19, 2022
Mar 6, 2022
Mar 19, 2022
Mar 19, 2022
Mar 19, 2022
Mar 19, 2022
Mar 19, 2022
Mar 19, 2022
Mar 19, 2022
Mar 6, 2022
Mar 20, 2022
Mar 19, 2022
Mar 20, 2022

Repository files navigation

Django Version Python Version

Example django authentication

dj-exmaple-authentication is a small authentication system application with e-mail address verification.

Installation & Execution of the project locally

  • git clone https://github.com/flavien-hugs/dj-exmaple-authentication.git
  • cd dj-exmaple-authentication
  • Activate the virtual environment and install the dependencies with the make install command
  • Migrate the database with the make migrate command
  • Finally, start the internal django server with ./manage runserver and navigate to <http://localhost:8000>
  • Good code :)