Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matachi/django-user-registration-demo
Django site with user registration functionality powered by Userena.
https://github.com/matachi/django-user-registration-demo
Last synced: 2 months ago
JSON representation
Django site with user registration functionality powered by Userena.
- Host: GitHub
- URL: https://github.com/matachi/django-user-registration-demo
- Owner: matachi
- License: gpl-3.0
- Created: 2013-08-06T20:12:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-22T08:14:43.000Z (over 11 years ago)
- Last Synced: 2023-03-14T14:05:22.223Z (almost 2 years ago)
- Language: Python
- Size: 289 KB
- Stars: 16
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Django User Registration Demo
Django site with user registration functionality powered by
[Userena](http://docs.django-userena.org/en/latest/). This project uses a
modified version of Userena available
[here](https://github.com/MaTachi/django-userena).Copyright (C) 2013 Daniel Jonsson,
[@DanielJonss](https://twitter.com/DanielJonss)
Licensed under [GNU GPL version 3 or later](LICENSE)## YouTube video
If you don't want to download the application but still want to check it out,
you can instead click on the image below to watch it in action on YouTube.[![YouTube thumbnail](youtube-thumbnail.jpg "Watch on
YouTube")](http://youtu.be/k9eoC6APhHM)## Setup
1. Open [setup.sh](setup.sh) and add your Linux username to `USER=''`.
2. Run `$ sudo ./setup.sh` to install dependencies, populate the database,
config the settings file, etc. Note: It's configured to use pacman for
installing packages, but this can easily be changed.## Run local server
1. `$ source env/bin/activate`
2. `$ ./manage.py runserver`
3. Open [http://127.0.0.1:8000/](http://127.0.0.1:8000/) in a web browser to
play with the app.## Libraries & frameworks
* [Django](https://www.djangoproject.com/) licensed under the [Modified BSD
License](https://github.com/django/django/blob/master/LICENSE)
* [Userena](http://docs.django-userena.org/en/latest/) licensed under the
[Modified BSD
License](https://github.com/bread-and-pepper/django-userena/blob/master/LICENSE)
* [Django REST framework](http://django-rest-framework.org/) licensed under [a
modified BSD License](http://django-rest-framework.org/#license).
* [Django Breadcrumbs](https://github.com/chronossc/django-breadcrumbs)
licensed under the [Modified BSD
License](https://github.com/chronossc/django-breadcrumbs/blob/master/LICENSE)
* [django-widget-tweaks](https://github.com/kmike/django-widget-tweaks/)
licensed under the [MIT
License](https://github.com/kmike/django-widget-tweaks/blob/master/LICENSE)
* [Twitter Bootstrap](http://getbootstrap.com/) licensed under [Apache License
2.0](http://getbootstrap.com/getting-started/)
* [jQuery](http://jquery.com/) licensed under the [MIT
License](https://jquery.org/license/)
* [Font Awesome](http://fontawesome.io/) licensed under [SIL OFL 1.1 and MIT
License](http://fontawesome.io/license/)