Skip to content

mnalevanko/pycon.sk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyCon SK and Slovak Python User Group Website

PyCon SK website, build in Flask from which static HTML is generated.

Installation

  • clone repository locally:

    git clone [email protected]:pyconsk/pycon.sk.git
    cd pycon.sk/source
    
  • run initialization script (creates virtualenvs and install requirements):

    make init
    
  • activate virtual environments:

    source envs/bin/activate
    
  • start flask server, and you can view it in browser (http://127.0.0.1:5000):

    python views.py
    

Translations

  • collect messages for translation:

    make messages
    
  • files that needs to be translated are generated into directory:

    translations/
    
  • compiling translated messages:

    make compile
    

Static site generation

  • generating staging site:

    make staging
    
  • start local webserver, and you can view it in browser (http://127.0.0.1:5000):

    python -m SimpleHTTPServer 5000
    
  • update live site from code in staging site:

    make live

If you find some bug please do report it, or send us merge request with fix, thanks.

Links

About

PyCon SK and Slovak Python User Group Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 96.6%
  • Python 2.1%
  • Other 1.3%