Skip to content

jojkos/ufobal-web

 
 

Repository files navigation

Installation

backend stuff

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

Frontend stuff

npm install bower

npm install -g grunt grunt-cli

npm install

bower install

Development

build css and js

grunt

build automaticaly on file change

grunt watch

run server

python manage.py runserver

Windows troubles

Add this into settings.py during development if you encounter encoding errors

import sys
reload(sys)
sys.setdefaultencoding('UTF8')

About

Informační Systém Ufobalu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.5%
  • Python 35.3%
  • JavaScript 27.3%
  • CSS 1.8%
  • Shell 0.1%