Нема описа

Juan Carlos f6cc60ac46 newsletter url shortened пре 3 година
locale 29f77f7b7a added claim to steckbrief. Changed email for newsletter. пре 3 година
marktplatz f6cc60ac46 newsletter url shortened пре 3 година
project_base 45620db498 Newsletter nur 1x пре 3 година
.gitignore aad4cca452 mab_18 > project_base пре 5 година
README.md aad4cca452 mab_18 > project_base пре 5 година
db.sqlite3.new 87c9f081b6 admin panel fixed пре 5 година
makemessages.sh 7ceb6e97dc validators deactivated, some translations. пре 5 година
manage.py aad4cca452 mab_18 > project_base пре 5 година
requirements.txt 4ce7678457 user edit, admin changes and csv export пре 4 година
start.sh 21137b7c85 first commit пре 5 година
update.sh 42e7dcc498 cronjob newsletter пре 5 година

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