Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/qntum-dev/log_form_django


https://github.com/qntum-dev/log_form_django

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

## Get started with our Login form in Django

run the following in the root directory
```
python manage.py runserver
```

To register go to
```
localhost:8000/auth/register
```

To login go to
```
localhost:8000/auth/login
```