CamilaBodack / quem-foi-para-o-mar

Project with details of fisherman that left to work in the sea ⎈

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

quem-foi-para-o-mar

Projet with details of fisherman that left to work in the sea.

Demo:

Running the project

  • Docker on linux

Open prompt in the root of project and execute the following commands:

docker-compose build
docker-compose run web python manage.py makemigrations
docker-compose run web python manage.py migrate
docker-compose run web python manage.py createsuperuser
docker-compose up

better run this project inside virtualenv

  • Install requirements-dev.txt
  • In root of project run:
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Tests

  • In root DIR, open console and run:
python manage.py test

About

Project with details of fisherman that left to work in the sea ⎈

License:MIT License


Languages

Language:Python 81.2%Language:HTML 16.1%Language:CSS 1.6%Language:Dockerfile 1.0%