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.1.tar.gz
(5.5 kB
view details)
File details
Details for the file django-da_login-0.1.tar.gz
.
File metadata
- Download URL: django-da_login-0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be901c417c49350e6117435beb7f8d3064de529908253339a7b9754f43944558 |
|
MD5 | 52209c8982471b6ad9da9f7088c1abce |
|
BLAKE2b-256 | c2c01d65218c676f4685feffe29568dcfa039e6ef48e6f18d7253dae77b9e944 |