Pips801 / hackerspace

Hacker Space Members Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

801Labs Hackerspace

django 2.1, python 3.6

Setup

Install dependencies

pip install django braintree

Add hackerspace/settings.py file

cp hackerspace/settings.py.example hackerspace/settings.py

Add braintree settings, update APP_SECRET and database configuration in settings file.

Database setup

python manage.py migrate

python manage.py loaddata member_levels.yaml
python manage.py createsuperuser

python manage.py runserver

Site http://127.0.0.1:8000/

Admin http://127.0.0.1:8000/admin

Emails

Default config uses file backend and stores emails in tmp/app-messages

About

Hacker Space Members Site


Languages

Language:JavaScript 29.2%Language:Python 27.0%Language:HTML 24.7%Language:CSS 19.1%