Skip to main content

A simple Django app for accounts handle login & SingUp & logout.

Project description

=====
django-esay-account
=====

django-esay-account is a simple Django app for accounts handle login & SingUp & logout and User Profil tow



Quick start
-----------

1. Add "django-esay-account" to your INSTALLED_APPS setting like this::

INSTALLED_APPS = [
...
'crispy_forms',
'account',
]
add this line for the crispy_froms

CRISPY_TEMPLATE_PACK = 'bootstrap3'

2. Include the account URLconf in your project urls.py like this::

url(r'^', include('account.urls')),




3. Run `python manage.py migrate` to create the django-esay-account models.

4. Start the development server and visit http://127.0.0.1:8000/admin/
to create a django-esay-account (you'll need the Admin app enabled).

5. Visit http://127.0.0.1:8000/login/ to test the django-esay-account.

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-esay-account-0.0.1.tar.gz (1.1 MB view details)

Uploaded Source

File details

Details for the file django-esay-account-0.0.1.tar.gz.

File metadata

File hashes

Hashes for django-esay-account-0.0.1.tar.gz
Algorithm Hash digest
SHA256 9382f27307032d472f72d1afb72b6040b26787403e9402632f9368ac7013f2cf
MD5 1446f1f937a52b45a7c567b1e72eddcf
BLAKE2b-256 877bfa0e0d74ba08b9b54fc211245adbcd8a40d3a32ba5fe8a65c28adc3ea409

See more details on using hashes here.

Supported by

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