jaycrossler / geo-events

Django web project for tracking geographic events, works with postgres, postgis, and various open source web and geo frameworks.
MIT License
2 stars 0 forks source link

Missing startup (from wsgi) #8

Closed meilinger closed 10 years ago

meilinger commented 10 years ago

Trying to run via "paver start"

From geoevents/wsgi.py:20

import geoevents.startup as startup
startup.run()
jaycrossler commented 10 years ago

Joe, could you try adding this file: https://github.com/jaycrossler/procyon/blob/master/procyon/startup.py and see if that fixes it. My laptop died, so will take a bit in rebuilding.

meilinger commented 10 years ago

Seemed to do the trick, thanks!