Skip to content

fredericksilva/wikilegis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 36.7%
  • CSS 33.5%
  • Python 16.7%
  • HTML 13.1%