The devserver tag has no wiki summary.
3
votes
2answers
345 views
Django: gettext translation not working on production system
I've encountered a strange problem when translating strings (in the admin) using django's gettext: Locally running the dev server all translations are displayed correctly in the admin, but when the ...
3
votes
4answers
2k views
PyDev and Django: how to restart dev server?
I'm new to Django. I think I'm making a simple mistake.
I launched the dev server with Pydev:
RClick on project >> Django >> Custom
command >> runserver
The server came up, and everything was ...
1
vote
1answer
107 views
Flask - configure dev server to be visible across the network
I'm not sure if this is Flask specific, but when I run an app in dev mode (http://localhost:5000), I cannot access it from other machines on the network (with http://[dev-host-ip]:5000). With rails in ...
1
vote
1answer
44 views
Is there a way to get the google app engine developer tool to show post data?
I'm having a heck of a time debugging my task queues in Google app engine as a bug in the task queue becomes very hard to track down as I don't know exactly what data is being posted.
I was hoping ...
0
votes
0answers
120 views
Google App Engine error message
I started programming for GAE in python. When I try to start the server I get following error message.
Traceback (most recent call last):
File "dev_appserver.py", line 76, in <module>
...
0
votes
1answer
114 views
App Engine Development Server Does Not Reload Code When Changed
I'm working on a python app that will run on top of Google App Engine. I setup my app up with the following directory structure:
approot/
app.yaml
index.yaml
myapp.py
controllers/
...
0
votes
2answers
226 views
Where does django dev server (manage.py runserver) get its path from?
I recently moved a django app from c:\Users\user\django-projects\foo\foobar to c:\Python25\Lib\site-packages\foo\foobar (which is on the python path). I started a new app in the django-projects ...
0
votes
3answers
439 views
How to make Django's devserver public ? Is it generaly possible?
I've got a question. I'm currently trying out the Django framework and I would share/present/show some stuff I've made to my workmate/friends. I work in Ubuntu under Win7 via VMware. So my wish/desire ...