Log file Viewer
Help
|
Karma
| Search:
#dcpython logs for Friday the 30th of December, 2011
(
Back to #dcpython overview
) (
Back to channel listing
) (
Animate logs
)
[
18:02:39
] <
j00bar
> anybody use django with heroku here?
[
18:03:44
] <
aclark
> j00bar: kennethreitz might
[
18:03:56
] <
j00bar
> aclark: shocking, i'm sure.
[
18:05:24
] <
aclark
> j00bar: coming to the heroku talk next tues?
[
18:08:28
] <
j00bar
> aclark: that's my plan
[
18:08:32
] <
j00bar
> but in the meantime i wanted to play with it
[
18:08:40
] <
j00bar
> and i had questions about settings.py on django under heroku
[
18:09:34
] <
aclark
> j00bar: cool
[
18:30:31
] <
kennethreitz
> j00bar aclark : whats a heroku?
[
18:30:41
] <
kennethreitz
> j00bar: seriously though, what's up?
[
18:31:36
] <
j00bar
> TEMPLATES_DIR
[
18:31:39
] <
j00bar
> what do i set it as?
[
18:31:52
] <
kennethreitz
> whatever you want it to be :P
[
18:31:57
] <
kennethreitz
> your app runs in /app/
[
18:32:19
] <
j00bar
> can i rely upon VIRTUAL_ENV being set in the environment?
[
18:33:11
] <
kennethreitz
> no, actually
[
18:33:20
] <
kennethreitz
> what are you trying to do?
[
18:33:20
] <
j00bar
> well, TEMPLATES_DIR is usually an absolute path
[
18:33:32
] <
j00bar
> i just want to include some default templates with my project
[
18:33:33
] <
j00bar
> that's all
[
18:33:39
] <
kennethreitz
> your repo ends up in
[
18:33:46
] <
kennethreitz
> /app/
[
18:33:55
] <
j00bar
> that makes for shit testing though, don't you think?
[
18:36:33
] <
j00bar
> alright, i'll figure my way around this. thanks, mate.