All Projects → macropin → Django Registration

macropin / Django Registration

Licence: other
Django-registration (redux) provides user registration functionality for Django websites.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Django Registration

Acra
Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
Stars: ✭ 726 (-11.79%)
Mutual labels:  django
Django Admin Honeypot
🍯 A fake Django admin login screen page.
Stars: ✭ 768 (-6.68%)
Mutual labels:  django
Django Summernote
Simply integrate Summernote editor with Django project.
Stars: ✭ 797 (-3.16%)
Mutual labels:  django
Mixer
Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Stars: ✭ 743 (-9.72%)
Mutual labels:  django
Eventsourcing
A library for event sourcing in Python.
Stars: ✭ 760 (-7.65%)
Mutual labels:  django
Imooc Django
高仿慕课网:py3.5 + Django1.10 + xadmin 搭建的在线课程教育平台
Stars: ✭ 774 (-5.95%)
Mutual labels:  django
Nsupdate.info
Dynamic DNS service
Stars: ✭ 720 (-12.52%)
Mutual labels:  django
Django Organizations
👫 Multi-user accounts for Django projects
Stars: ✭ 813 (-1.22%)
Mutual labels:  django
Try Django
Learn Django bit by bit in this series
Stars: ✭ 767 (-6.8%)
Mutual labels:  django
Django Cachalot
No effort, no worry, maximum performance.
Stars: ✭ 790 (-4.01%)
Mutual labels:  django
Cmdb
CMDB 配置管理系统 资产管理系统
Stars: ✭ 747 (-9.23%)
Mutual labels:  django
Izone
django+bootstrap4 个人博客
Stars: ✭ 757 (-8.02%)
Mutual labels:  django
Funpyspidersearchengine
Word2vec 千人千面 个性化搜索 + Scrapy2.3.0(爬取数据) + ElasticSearch7.9.1(存储数据并提供对外Restful API) + Django3.1.1 搜索
Stars: ✭ 782 (-4.98%)
Mutual labels:  django
Django Recaptcha
Django reCAPTCHA form field/widget integration app.
Stars: ✭ 742 (-9.84%)
Mutual labels:  django
Django Rosetta
Rosetta is a Django application that eases the translation process of your Django projects
Stars: ✭ 806 (-2.07%)
Mutual labels:  django
Django Admin Interface
django's default admin interface made customizable. popup windows replaced by modals. :mage: ⚡️
Stars: ✭ 717 (-12.88%)
Mutual labels:  django
Edge
A Django project skeleton that is modern and cutting edge.
Stars: ✭ 773 (-6.08%)
Mutual labels:  django
Social Network Harvester V1.0
Stars: ✭ 5 (-99.39%)
Mutual labels:  django
Booktype
Booktype is a free, open source platform that produces beautiful, engaging books formatted for print, Amazon, iBooks and almost any ereader within minutes.
Stars: ✭ 810 (-1.58%)
Mutual labels:  django
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (-4.37%)
Mutual labels:  django

.. --restructuredtext--

:Description: Django-registration provides user registration functionality for Django websites. :maintainers: Macropin_, DiCato_, and joshblum_ :contributors: list of contributors <https://github.com/macropin/django-registration/graphs/contributors>_

.. _Macropin: https://github.com/macropin .. _DiCato: https://github.com/dicato .. _joshblum: https://github.com/joshblum

.. image:: https://travis-ci.org/macropin/django-registration.svg?branch=master :target: https://travis-ci.org/macropin/django-registration

.. image:: https://coveralls.io/repos/macropin/django-registration/badge.svg?branch=master :target: https://coveralls.io/r/macropin/django-registration/

.. image:: https://badge.fury.io/py/django-registration-redux.svg :target: https://pypi.python.org/pypi/django-registration-redux/

.. image:: https://readthedocs.org/projects/django-registration-redux/badge/?version=latest :target: http://django-registration-redux.readthedocs.org/en/latest/?badge=latest :alt: Documentation Status

.. image:: https://img.shields.io/pypi/pyversions/django-registration-redux.svg :target: https://pypi.python.org/pypi/django-registration-redux

If you have issues with the "django-registration-redux" package then please raise them here_.

This is a fairly simple user-registration application for Django, designed to make allowing user signups as painless as possible. It requires a functional installation of Django 2.0 or newer, but has no other dependencies.

Installation

Install, upgrade and uninstall django-registration-redux with these commands::

pip install django-registration-redux
pip install --upgrade django-registration-redux
pip uninstall django-registration-redux

To install it manually, run the following command inside this source directory::

python setup.py install

Or if you'd prefer you can simply place the included registration directory somewhere on your Python path, or symlink to it from somewhere on your Python path; this is useful if you're working from a Git checkout.

Note that this application requires Python 3.5 or later, and a functional installation of Django 2.0 or newer.

If you are running on Django <=2.0, you can install a previous version of django-registration-redux, which supports older versions of Django. See the CHANGELOG_ for support details. Older versions will receive minor bug fixes as needed, but are no longer actively developed::

pip install django-registration-redux==1.10

Getting started with development

To get started with development, first install the required packages::

make installdeps

For convenience a Makefile is included which wraps the Python invoke <http://www.pyinvoke.org/>_ library. Once you work on a patch, you can test the functionality by running::

make test

Or equivalently::

invoke test

Command line arguments can be passed to the invoke script through the Makefile via the ARGS parameter. For example::

make build ARGS=--docs

Or equivalently::

invoke build --docs

Alternatives

djangopackages.com <https://www.djangopackages.com/grids/g/registration/>_ has a comprehensive comparison of Django packages used for user registration and authentication.

For example, django-allauth <http://www.intenct.nl/projects/django-allauth/>_ is an alternative to django-registration-redux that provides user registration in addition to social authentication and email address management.

License

Django-registration-redux is licensed under BSD License.

.. _available online: https://django-registration-redux.readthedocs.org/ .. _raise them here: https://github.com/macropin/django-registration/issues .. _CHANGELOG: https://github.com/macropin/django-registration/blob/master/CHANGELOG

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].