=====
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@example.com'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
EMAIL_PORT = 1025
and
MEDIA_URL = '/media/'
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.
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@example.com'
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
EMAIL_USE_TLS = False
EMAIL_PORT = 1025
and
MEDIA_URL = '/media/'
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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-esay-account-0.0.3.tar.gz.
File metadata
- Download URL: django-esay-account-0.0.3.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76a49da0e87743b8144810fdbc675c0976ef5da35ef23db560c00dc2bee81b8e
|
|
| MD5 |
a2d64e007140d723713487acc64820ec
|
|
| BLAKE2b-256 |
01db913cfa8228c5d0082ea239d40382c6d1a564f7548b705d2b9a5c50c4a230
|