Skip to content

pascoda/Poke-That-Gmeind

 
 

Repository files navigation

About

Dieses Repository beinhaltet den Code der Kampagne "Luftfilterbegehren" auf luftfilterbegehren.at.

Setup

See below for dependencies.

  • copy config/template.py to config/__init__.py
  • fill in your database settings
  • run ./run.py to start the local development server

Dependencies

virtualenv

virtualenv -p python3 .
source bin/activate
pip install -r requirements.txt

SMTP-Service

use the following to mock the smtp service for development:

docker run --rm -it -p 3000:80 -p 25:25 rnwood/smtp4dev

Includes

  • jQuery Core (C) jQuery Foundation, Inc. [MIT]
  • Normalize.css (C) Nicolas Gallagher, Jonathan Neal [MIT]
  • OpenSans (C) Steve Matteson [Apache]
  • Oswald (C) Vernon Adams [OFL]
  • cities.json from https://github.com/bresu/oe_gemeinden (C) 2020 bresu [CC-BY-SA]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 38.0%
  • CSS 28.3%
  • Python 24.5%
  • JavaScript 9.2%