A simple Django app to manage users login/logout and registration.
Project description
Django-easyregistration
=======================
**The easy way to manage frontend users auth and registration in Django**
Django-easyregistration is a simple Django app to manage frontend users login/logout and registration process, build with class based views and Twitter Bootstrap.
Screenshots
-----------
.. image:: http://hcosta.info/site_media/uploads/portfolio/2013-12-django-easyregistration/screen1.png
:align: center
.. image:: http://hcosta.info/site_media/uploads/portfolio/2013-12-django-easyregistration/screen2.png
:align: center
Requirements
-----------
* Django 1.5/1.6
Changes
-----------
* Django-easyregistration 0.1beta (December 31th, 2013): Spanish localization added.
Quick start
-----------
1. Install it with pip in your env::
$ pip install django-easyregistration
2. Add "registration" to your INSTALLED_APPS setting like this::
.. code-block:: python
INSTALLED_APPS = (
...
'registration',
)
3. Include the registration URLconf in your project urls.py like this::
.. code-block:: python
url(r'^accounts/', include('registration.urls')),
4. Configure manually your preferred URLS in 'registration/config.py' file.
5. Start the development server and visit http://127.0.0.1:8000/accounts/login/ or create an account at http://127.0.0.1:8000/accounts/register/.
=======================
**The easy way to manage frontend users auth and registration in Django**
Django-easyregistration is a simple Django app to manage frontend users login/logout and registration process, build with class based views and Twitter Bootstrap.
Screenshots
-----------
.. image:: http://hcosta.info/site_media/uploads/portfolio/2013-12-django-easyregistration/screen1.png
:align: center
.. image:: http://hcosta.info/site_media/uploads/portfolio/2013-12-django-easyregistration/screen2.png
:align: center
Requirements
-----------
* Django 1.5/1.6
Changes
-----------
* Django-easyregistration 0.1beta (December 31th, 2013): Spanish localization added.
Quick start
-----------
1. Install it with pip in your env::
$ pip install django-easyregistration
2. Add "registration" to your INSTALLED_APPS setting like this::
.. code-block:: python
INSTALLED_APPS = (
...
'registration',
)
3. Include the registration URLconf in your project urls.py like this::
.. code-block:: python
url(r'^accounts/', include('registration.urls')),
4. Configure manually your preferred URLS in 'registration/config.py' file.
5. Start the development server and visit http://127.0.0.1:8000/accounts/login/ or create an account at http://127.0.0.1:8000/accounts/register/.
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
File details
Details for the file django-easyregistration-0.1.tar.gz.
File metadata
- Download URL: django-easyregistration-0.1.tar.gz
- Upload date:
- Size: 71.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
159b8cab914d103f58ccff587ee768faedb82670a72c76cf088aa5219c1b4660
|
|
| MD5 |
b57311aceba2ea5c1b3b4cfc75b875bf
|
|
| BLAKE2b-256 |
1c23b2be88c65f02bc7626e6eee8671585c27b64e2546a97b05a985deca19d42
|