diff options
| author | Tom Christie | 2011-12-30 15:33:08 +0000 |
|---|---|---|
| committer | Tom Christie | 2011-12-30 15:33:14 +0000 |
| commit | b8bfebc83719a7c286fee413bb44fffedac1a8d0 (patch) | |
| tree | 2365a92b80c3682ccf4daa1126ca8383aa2166ba /examples/epio.ini | |
| parent | 904f197474ad3561d3d273961a70ab19d8175aaf (diff) | |
| download | django-rest-framework-b8bfebc83719a7c286fee413bb44fffedac1a8d0.tar.bz2 | |
ep.io fixes
Diffstat (limited to 'examples/epio.ini')
| -rw-r--r-- | examples/epio.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/epio.ini b/examples/epio.ini index 00a90bce..4e61a42d 100644 --- a/examples/epio.ini +++ b/examples/epio.ini @@ -42,11 +42,12 @@ postgres = true # to the real file 'configs/epio.py': # config.py = configs/epio.py +media/ = %(data_directory)s/ # #### If you're using Django, you'll want to uncomment some or all of these lines #### # [django] # # Path to your project root, relative to this directory. -# base = . +# base = . # # [static] # Serve the admin media |
