Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/docker compose build #17

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add more description in README
marcosbaesse committed Aug 16, 2020
commit 5d38a1ebe6a470f63b03d3d310bbbc2331c08a41
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -8,6 +8,12 @@ Python 3x, pip, Django, Postgresql

## How to start

We have a description of two different ways of starting a development server:
- With a Python Local Installation
- With a Docker environment

Be free to choose that which satisfies your necessities.

### Python Local Instalation

1. Install Python 3.x and Pip. Use virtual environment if your host has older python version and it cant be upgraded.