Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 831 Bytes

File metadata and controls

34 lines (25 loc) · 831 Bytes

Santa Unchained

CI

Repository prepared for backend workshop with AGH Kernel.

Prerequisites

Local Development

First create postgresql database:

create user santa_unchained with createdb;
alter user santa_unchained password 'santa_unchained';
create database santa_unchained owner santa_unchained;

Now you can setup virtualenv and django:

virtualenv venv
source venv/bin/activate
make bootstrap

Default users in fixtures:

Username Password
admin admin321!
santa admin321!
elf admin321!