Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.1 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.1 KB

Plano Diretor

Usamos a tecnologia Wikilegis do labhacker para avaliar de forma participativa o plano diretor da cidade do Rio de Janeiro! Faça em sua cidade tbm!

Requisitos minimos

  • Python 2.7.x
  • Probably a working C compiler and make (to build libsass)
  • Pillow install dependencies 1

Instalação

$ git clone git@github.com:labhackercd/wikilegis.git
$ cd wikilegis
$ pip install -r requirements.txt

Database and superuser setup

$ ./manage.py migrate
$ ./manage.py createsuperuser

Running the development server

$ ./manage.py runserver

Admin interface

If everything went right, the admin interface is now available at: http://127.0.0.1:8000/admin. You can log in using the superuser credentials you just created and manage all kinds of contents. Once you're done managing your site, go visit the main page at http://127.0.0.1:8000/.

Translating

cd wikilegis/

$ django-admin.py makemessages -a

$ django-admin.py compilemessages

----------- :<3: Lab.Rio