Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 465 Bytes

archipelag

What is it?

An application for NGOs to extend events scope using social media.

First commits application was developed on hackathon HACKSILESIA 2017.

How to build?

docker-compose up --build

Add superuser?

docker-compose run --rm backend python manage.py createsuperuser

copy .env file

cp .env_example .env

How run tests?

docker-compose run --rm backend python -m pytest