Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qntum-dev/log_form_django
https://github.com/qntum-dev/log_form_django
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/qntum-dev/log_form_django
- Owner: qntum-dev
- Created: 2024-03-13T14:03:07.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T21:00:32.000Z (10 months ago)
- Last Synced: 2024-03-16T18:15:00.205Z (10 months ago)
- Language: Python
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```