Sen descrición

Juan Carlos c32115b53c Models, form updated. %!s(int64=5) %!d(string=hai) anos
marktplatz c32115b53c Models, form updated. %!s(int64=5) %!d(string=hai) anos
project_base c32115b53c Models, form updated. %!s(int64=5) %!d(string=hai) anos
.gitignore aad4cca452 mab_18 > project_base %!s(int64=5) %!d(string=hai) anos
README.md aad4cca452 mab_18 > project_base %!s(int64=5) %!d(string=hai) anos
db.sqlite3.old 83f1ec814e jurysys > markplatz. %!s(int64=5) %!d(string=hai) anos
manage.py aad4cca452 mab_18 > project_base %!s(int64=5) %!d(string=hai) anos
requirements.txt c32115b53c Models, form updated. %!s(int64=5) %!d(string=hai) anos
start.sh 21137b7c85 first commit %!s(int64=5) %!d(string=hai) anos
update.sh fa82873de4 fix update %!s(int64=5) %!d(string=hai) anos

README.md

MAB18

MAB18

Dependencies

sudo apt-get install python3-dev python-virtualenv git mysql-server libmysqlclient-dev

Getting Started

Download and create a virtual environment (make sure that your environment can handle python3

git clone https://github.com/l0tt/MAB18.git
cd MAB18/MAB18_web/project_base
virtualenv venv

source ./venv/bin/activate

Make sure you are using a virtual environment of some sort (e.g. virtualenv or pyenv).

installing pip

sudo apt-get install pip
pip install --upgrade pip
pip install -r requirements.txt

You can override some settings using settings_local.py To run the server


./manage.py migrate
./manage.py runserver

Run

To start the virtual environment and the server you can also use the bash script.

./start.sh