Skip to content

kyyberi/coding-events

 
 

Repository files navigation

![Gitter](https://badges.gitter.im/Join Chat.svg)

Build Status

Coverage Status

events.codeweek.eu

This is an app that let's you add Code Week events and displays them on a map.

Contributing

Fork this repository, and clone it to your local machine (of course, use your own username instead of {username}):

git clone https://github.com/{username}/coding-events.git
cd coding-events

Install things in virtualenv.

Install requirements (first time):

pip install -r requirements.txt

On a Mac use Homebrew to install geoip:

brew install geoip

You'll also need saas, which is a ruby package that you need to have installed, so you can install it using:

gem install sass

Create new user and environment:

./manage.py setupdb

Make your changes, push to your fork and create a new Pull Request.

(Thanks!).

Production Install

See docker/_install.sh.

Bugs

Please open an issue.

About

A Django app for adding EU Code Week events and showing them on a map.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 33.5%
  • Python 28.8%
  • JavaScript 24.2%
  • HTML 12.9%
  • Other 0.6%