GithubHelp home page GithubHelp logo

jsomerstone / koodikoulu.fi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from koodikoulu/koodikoulu.fi

0.0 2.0 0.0 20.69 MB

Home Page: http://www.koodikoulu.fi/

License: MIT License

Python 39.53% CSS 14.21% JavaScript 8.00% HTML 38.26%

koodikoulu.fi's Introduction

# Koodikoulu.fi

Source code for koodikoulu.fi. Python 3 + Django.

Development

Install Python 3.4, eg. brew install python3.

Install Postgres, eg. brew install postgresql.

Install dependencies: pip3 install -r requirements.txt

Initialize database: python3 manage.py migrate

Create superuser: python3 manage.py createsuperuser

Run the development server python3 manage.py runserver

Now you can browse the site at http://localhost:8000 and manage events manually at http://localhost:8000/admin.

Production

In order for the site to function fully, you must set a few environment variables:

  • SECRET_KEY
    • There is a default value for this but in order to be safe, change it.
  • MANDRILL_API_KEY
    • The API key for your Mandrill account.
  • GOOGLE_KEY
    • The API key for Google maps.
  • SLACK_CHANNEL
    • The email address where notifications about new events will be sent. It doesn't have to be a Slack channel, but we think that it's a good idea.

Contributing

Browse issues in GitHub and make a pull request.

License

See LICENSE.md.

koodikoulu.fi's People

Contributors

ottok avatar rjoonas avatar sofiaaha avatar vtainio avatar wolverian avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.