Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 2.21 KB

README.md

File metadata and controls

55 lines (36 loc) · 2.21 KB

⚠️

Tento projekt nemá aktuálně nikoho, kdo by se o něj staral

Lákalo by tě python.cz udržovat, rozvíjet, nebo to celé předělat? Ozvi se na Slacku!


python.cz

Czech Python community homepage.

Installation

The code is Python 3.7.

  1. Install Pipenv

  2. Clone the project:

    $ git clone git@github.com:pyvec/python.cz.git --depth=10

    It is recommended to start with a shallow clone as historically, this repo has contained a lot of rather large photos.

  3. Go inside the project directory and run Pipenv to install dependencies:

    $ cd ./python.cz
    $ pipenv install --dev
    

Development

The site uses GitHub API. For certain pages to work correctly, you need to set the GITHUB_TOKEN environment variable to a GitHub Personal Access Token (no scopes needed).

$ export GITHUB_TOKEN=...
$ pipenv run serve

Deployment

The site gets automatically deployed after any push to the master branch. It is frozen by Elsa. A GitHub action redeploys it daily, so any content of dynamic nature isn't outdated.

Authors & Contributions

This site is community effort and contributions are very welcome! See the Hall of fame for the most active contributors.

The site is backed by Pyvec, nonprofit organization dedicated to support of Python in the Czech Republic. Honza Javorek is the original author, the @pyvec/python-cz are python.cz maintainers.

License

MIT