sdeancos / association-web

Official web for Python Spain Association

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python-Spain Backoffice/Admin application

Setup initial development environment

pip install -r requirements.txt
python manage.py syncdb
python manage.py migrate
python manage.py loaddata initial_user

NOTE: requires python3.3

initial_user fixture inserts a test superuser with 'admin@admin.com' as username and '123123' as password.

About

Official web for Python Spain Association


Languages

Language:Python 92.6%Language:CSS 7.3%Language:Shell 0.2%