matachi / django-user-registration-demo

Django site with user registration functionality powered by Userena.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django User Registration Demo

Django site with user registration functionality powered by Userena. This project uses a modified version of Userena available here.

Copyright (C) 2013 Daniel Jonsson, @DanielJonss
Licensed under GNU GPL version 3 or later

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

Setup

  1. Open 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/ in a web browser to play with the app.

Libraries & frameworks

About

Django site with user registration functionality powered by Userena.

License:GNU General Public License v3.0


Languages

Language:Python 80.4%Language:Shell 9.7%Language:JavaScript 8.0%Language:CSS 2.0%