Skip to content

nodocomun/latormenta

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

virtualenv venv
source venv/bin/activate
pip install django

(configure SECRET_KEY in latormenta/local_settings.py)

./manage.py migrate

(this creates the db. check django reference for other options.)

./manage.py createsuperuser (creates admin user).
./manage.py runserver

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.6%
  • CSS 18.6%
  • HTML 14.8%