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. add this 6 lines at the bottom in the settings files to handel the password reset.

EMAIL_BACKEND ='django.core.mail.backends.console.EmailBackend'
DEFAULT_FROM_EMAIL = 'example@gmail.com'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
EMAIL_PORT = 1025

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


5. 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).

6. 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.2.tar.gz (1.1 MB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-esay-account-0.0.2.tar.gz
Algorithm Hash digest
SHA256 966310e2b5046996055f5a51ce67f8ac354370754ec6d4e2186e598512a0dec9
MD5 7bf4c7a0259e0e5aa70a3218766ea37f
BLAKE2b-256 62f65f069d9e83b478d0e71cb72ae60d729ab9d56341c044df369a35e9cfc061

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