Register/Login app for Django
Project description
=====
Da Login
=====
Da Login is a simple Django app to register and login to system.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "da_login" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'da_login',
)
2. Include the polls URLconf in your project urls.py like this::
(r'', include('da_login.urls', namespace='da_login', app_name='da_login')),
3. Run `python manage.py migrate` to create the polls models.
5. Visit http://127.0.0.1:8000/register/ to register or http://127.0.0.1:8000/login/ to login.
Da Login
=====
Da Login is a simple Django app to register and login to system.
Detailed documentation is in the "docs" directory.
Quick start
-----------
1. Add "da_login" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'da_login',
)
2. Include the polls URLconf in your project urls.py like this::
(r'', include('da_login.urls', namespace='da_login', app_name='da_login')),
3. Run `python manage.py migrate` to create the polls models.
5. Visit http://127.0.0.1:8000/register/ to register or http://127.0.0.1:8000/login/ to login.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-da_login-0.11.tar.gz
(7.7 kB
view details)
File details
Details for the file django-da_login-0.11.tar.gz
.
File metadata
- Download URL: django-da_login-0.11.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f1081ee2cd5401b67ce953d4cf09059e9313003e149f9c30022509a3435a099 |
|
MD5 | 64215bdcb1cd15c85eea3d43116b303c |
|
BLAKE2b-256 | 5be1ad7324077742aa8f6e3af51567f1f407c253b2ba59a175f5673afe270b89 |