Fără Descriere

Juan Carlos dced2d3f3b typos & vue.js incuded 4 ani în urmă
locale 1fb07d363b preview-release-nov 4 ani în urmă
marktplatz dced2d3f3b typos & vue.js incuded 4 ani în urmă
project_base dced2d3f3b typos & vue.js incuded 4 ani în urmă
.gitignore aad4cca452 mab_18 > project_base 5 ani în urmă
README.md aad4cca452 mab_18 > project_base 5 ani în urmă
db.sqlite3.new 87c9f081b6 admin panel fixed 5 ani în urmă
makemessages.sh 7ceb6e97dc validators deactivated, some translations. 5 ani în urmă
manage.py aad4cca452 mab_18 > project_base 5 ani în urmă
requirements.txt dced2d3f3b typos & vue.js incuded 4 ani în urmă
start.sh 21137b7c85 first commit 5 ani în urmă
update.sh 42e7dcc498 cronjob newsletter 5 ani în urmă

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