This is the code for https://www.chemikucha.ge
- Install Geodjango with the geospatial libraries (GEOS, PROJ.4, GDAL, PostGIS)
- Create the database with postgis support. http://postgis.net/install/
- Clone this repository -
git clone [email protected]:tigeorgia/fixmystreet.git
- Install requirements inside your virtualenv -
pip install -r requirements.txt
- Migrate apps by running
./manage.py migrate
- Create your superuser account -
./manage.py createsuperuser
- Copy
local_settings_example.py
tolocal_settings.py
and configure your database
Fix My Street is released under the terms of [GNU General Public License (V2)](http://www.gnu.org/licenses/gpl-2.0.html).