Skip to main content

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.

Project details


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)

Uploaded Source

File details

Details for the file django-da_login-0.1.tar.gz.

File metadata

File hashes

Hashes for django-da_login-0.1.tar.gz
Algorithm Hash digest
SHA256 be901c417c49350e6117435beb7f8d3064de529908253339a7b9754f43944558
MD5 52209c8982471b6ad9da9f7088c1abce
BLAKE2b-256 c2c01d65218c676f4685feffe29568dcfa039e6ef48e6f18d7253dae77b9e944

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page