everyvote / everyvote_mini

Election information app for university student governments and other organizations
www.everyvote.org
1 stars 0 forks source link

the current codebase is hardcoded to my local directories...what is a better way to do this? #5

Closed mitchdowney closed 11 years ago

mitchdowney commented 11 years ago

For example, in settings.py:

'NAME': '/Users/coder/Documents/GitHub/everyvote_mini/storage.db',

('assets', '/users/coder/documents/github/everyvote_mini/static'),

'/Users/coder/documents/github/everyvote_mini/templates', '/Users/coder/documents/github/everyvote_mini/logos/templates',

I imagine there is a better way to do this. Do we need to setup a test server?

mitchdowney commented 11 years ago

Vince got dis