Skip to content

flavien-hugs/dj-example-authentication

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 :)