if you've already done all the token processing, you won't need to use RequestContext
but hey... why do extra work ? :)
garryp joined the channel
bvlaar has quit
bvlaar joined the channel
kanja joined the channel
rakl
FunkyBob to be honest, I don't think I'm doing any token processing yet. I also don't know if I'm doing django right, so I just have what feels like haphazard code.
czpython joined the channel
Amitash has quit
samc_ joined the channel
czpython
so how can I access the django dev server from my another computer ? I ran runserver with 0.0.0.0:800 and tried accessing the page with my IP but not luck ?
rakl: well, if GAE works like real Django, you don't have to do anything... the middleware will verify it
atula
our stuff is 100% django and python. I feel like a child on Christmas morning when my unnitest passed...
theslow1 christmas sucked
then I run fab deploy --> felt even better
rakl
FunkyBob hmm ok. thanks
fission6
thanks FunkyBob trying it out
FunkyBob
fission6: it's working live now
fission6
?
abdostar joined the channel
vbabiy joined the channel
abdostar
any one could assist me set up virtualenwarapper
phildini has quit
phildini joined the channel
rogi has quit
FunkyBob
fission6: that is code cut'n'pasted from a live, production app
abdostar: never used it
hyperair joined the channel
fission6
thanks, yea i am sure it works well
just integerating
abdostar
FunkyBob, isn't the best way to dev django
czpython
theslow1, no luck :(
FunkyBob
abdostar: virtualenv sure is
but that in no way means virtualenvwrapper is required
derek_c joined the channel
derek_c has quit
derek_c joined the channel
derek_c has quit
fission6
yea this is nice thanks FunkyBob got a nice angular.js app for filterting client side
abdostar
FunkyBob, I know is not required, I was just reading virualenvwarapper is better
derek_c joined the channel
theslow1
czpython: did you start the server to listen on all interfaces? (ie: python manage.py runserver 0.0.0.0:8000 )
derek_c has quit
then connect to it via : 192.168.0.8:8000
derek_c joined the channel
atula
abdostar: how many projects are you working on?
abdostar
atula, so far just one
robbyoconnor has quit
nedbat_ is now known as nedbat
markalanevans has quit
repsaj joined the channel
Rainy-day
hi, if I override CreateView.get_from_kwargs and pass an unsaved instance to modelform using instance= kwarg.. is this kosher? where is the instance being kept between requests?
get_from_kwargs/get_form_kwargs
scrapper joined the channel
atula
abdostar: yeah… here are my thoughts and you can take it or leave it. I taken that you just got started with django/virtualenv/python etc. The best way to learn is to be specific about your intents. Having a folder where you have: env/ src/ --> virtualenv env/yourproject;source env/yourproject/bin/activate would give you a feeling of knowing where everything is. Virtual environments go into env/ and project source codes go into src/
bvlaar has quit
vritualenvwrapper does is place the virtualenv in your home directory as far as I know and this help you magically switch between different environments.