Skip to content

Repository prepared for backend workshop with AGH Kernel.

Notifications You must be signed in to change notification settings

deployed/santa-unchained

Repository files navigation

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!

About

Repository prepared for backend workshop with AGH Kernel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published