Changeset f5bebab for remit


Ignore:
Timestamp:
May 18, 2014, 5:42:14 PM (11 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, client
Children:
9369254, 2516e60
Parents:
f301a50
git-author:
Alex Dehnert <adehnert@…> (05/18/14 17:42:14)
git-committer:
Alex Dehnert <adehnert@…> (05/18/14 17:42:14)
Message:

Tweaks from doing a new install

Location:
remit
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • remit/settings.py

    rfe7e946 rf5bebab  
    3636SHORT_DATETIME_FORMAT_F = '%Y-%M-%d %H:%M'
    3737
    38 from local_settings import *
    39 
    4038# Local time zone for this installation. Choices can be found here:
    4139# http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
     
    4341# If running in a Windows environment this must be set to the same as your
    4442# system time zone.
    45 TIME_ZONE = 'America/Chicago'
     43TIME_ZONE = 'America/New_York'
    4644
    4745# Language code for this installation. All choices can be found here:
     
    5553USE_I18N = True
    5654
     55from local_settings import *
     56
    5757# Absolute path to the directory that holds media.
    5858# Example: "/home/media/media.lawrence.com/"
     
    6363# Examples: "http://media.lawrence.com", "http://example.com/media/"
    6464MEDIA_URL = SITE_WEB_PATH + '/media/'
     65
     66STATIC_URL = SITE_WEB_PATH + '/static/'
    6567
    6668# URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
  • remit/treebeard

    r92ca60e rf5bebab  
    1 ../django-treebeard-1.1/dist-packages/treebeard/
     1../django-treebeard/treebeard/
  • remit/urls.py

    r0671644 rf5bebab  
    2828
    2929if settings.DEBUG:
     30    print "In debug mode; enabling static media serving"
    3031    from django.views.static import serve
    3132    _media_url = settings.MEDIA_URL
Note: See TracChangeset for help on using the changeset viewer.