Skip to content

bnjmnt4n/vsavevents

Repository files navigation

vsavevents is a parser and displayer for Victoria School Audio-Visual Club’s work orders.
It runs on Google’s App Engine service, and is written in Python.

Get started

  1. Install the Google App Engine SDK for Python.

  2. Start a local server using the App Engine SDK.

  3. To access the site, you need to add yourself as a user. Go to the console at localhost:8000 and execute the following, replacing the values with appropriate ones:

    from app.models import User
    
    adduser = User(name="Test User", email="test@example.com", level=2)
    adduser.put()

    Once your user is added, you may proceed to view the site. This is only required the first time to add an admin; from now on, you can edit users using the “Users” page.

About

vsavevents is a parser and displayer for Victoria School Audio-Visual Club’s work orders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published