Brak opisu

juan carlos carvajal bermudez 83f1ec814e jurysys > markplatz. 5 lat temu
MAB18_site 83f1ec814e jurysys > markplatz. 5 lat temu
marktplatz 83f1ec814e jurysys > markplatz. 5 lat temu
.gitignore 21137b7c85 first commit 5 lat temu
README.md 21137b7c85 first commit 5 lat temu
db.sqlite3.old 83f1ec814e jurysys > markplatz. 5 lat temu
manage.py 21137b7c85 first commit 5 lat temu
requirements.txt 21137b7c85 first commit 5 lat temu
start.sh 21137b7c85 first commit 5 lat temu
update.sh 21137b7c85 first commit 5 lat temu

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/MAB18_site
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