django_bootstrap_registration

Library that merges Django auth, registration and Bootstrap
Download

django_bootstrap_registration Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Vijay Khemlani C.
  • Publisher web site:
  • http://www.solotodo.net/

django_bootstrap_registration Tags


django_bootstrap_registration Description

django_bootstrap_registration is a Django app that combines the features of the default authentication application of Django with the registration system of django-registration, overriding their default forms with ones that make use of the bootstrap application, which makes them compatible with the Bootstrap CSS Framework.InstallationThe easiest way to install django_bootstrap_registration is using pip:pip install -e git+git://github.com/earle/django-bootstrap.git#egg=bootstrappip install django_bootstrap_registrationConfigurationEnable the admin, bootstrap, registration and bootstrap_registration apps in your project settings. Make sure that your application appears before the rest:'YOUR_APPLICATION','bootstrap','registration','bootstrap_registration','django.contrib.admin',In the URLs file of the project, append the following declaration:urlpatterns += patterns('', url(r'^accounts/', include('bootstrap_registration.urls')),)DemoThe source code includes a small Django project and client application that makes use of the library, just download it and run the typical commands to run a Django project:python manage.py syncdbpython manage.py runserverIts settings configuration show the installation and configuration steps described above.Product's homepage


django_bootstrap_registration Related Software