Merge pull request #22 from comzeradd/ui-fixes Ui fixes
Merge pull request #22 from comzeradd/ui-fixes
Ui fixes
A bug sprint experiment for events
This assumes that you have already cloned the repo locally and installed python-virtualenvwrapper.
python-virtualenvwrapper
On first run you should create a new virtualenv
mkvirtualenv reclama -a [your_code_path]
Activate your virtualenv and install requirements:
workon reclama pip install -r requirements/dev.txt
Set your enviromental variables:
cp .env-dist .env
Setup the database:
./manage.py migrate
And run the app
./manage.py runserver
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
reclama
A bug sprint experiment for events
install
This assumes that you have already cloned the repo locally and installed
python-virtualenvwrapper.On first run you should create a new virtualenv
mkvirtualenv reclama -a [your_code_path]Activate your virtualenv and install requirements:
Set your enviromental variables:
cp .env-dist .envSetup the database:
./manage.py migrateAnd run the app
./manage.py runserver