This is the general documentation for Me Adota website.
It runs on MKDocs.
Versão em PT-BR aqui.
You must have Python 3.8
, Pip 20.2
and Postgres 20 installed on your machine.
$ git clone https://github.com/Me-Adota/website
$ cd website
$ virtualenv venv
$ source venv/bin/activate
$ cp dev.env venv
5. The requirements.txt file should list all Python libraries that your machine depend on, and they will be installed using
$ pip install -r requirements.txt
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
It should be running on: http://127.0.0.1:8000
This project is licensed under the MIT License - see the LICENSE.md file for details.