Questions tagged [django-dev-server]

django-dev-server refers to lightweight web server provided by Django for development purposes

django-dev-server refers to lightweight web server provided by Django for development purposes.

See documentation.

Also django-dev-server can refer to pluggable django app that replaces Django's built-in runserver command.

51 questions
0
votes
0 answers

Achieving PHP-like workflow with Django dev server? (without reloading)

The development of my django applications involves something very annoying: whenever I perform any change in my codebase, I need to restart the application. Django does it for me, cool, but it takes some time (even more for bigger apps) which I want…
Adam Zielinski
  • 2,774
  • 1
  • 25
  • 36
0
votes
1 answer

port forwarding django development server - URL is being doubled

I have a Django development server running on a remote centos VM on another lan. I have set up port forwarding using Secure CRT to access the web page through my browser from my desk pc. I am currently not using apache with the development server…
Django Fett
  • 77
  • 2
  • 11
0
votes
1 answer

Django - separating shared & dedicated static files on dev machine

I've gone through https://docs.djangoproject.com/en/dev/howto/static-files/ & related Q&A on stackoverflow regarding placement of static files on Django. Each project app has its own dedicated js & css files. Plus there are shared js & css files…
user
  • 17,781
  • 20
  • 98
  • 124
0
votes
1 answer

Can't get Django to server its dev server on my LAN

I really try not to ask questions on here, but I've been googling for a bit now and can't find the answer or another method to try. I have a CentOS box at my house hooked to a router. I've assigned it a static IP of 192.168.1.140. Because I'm lazy,…
n0nag0n
  • 1,575
  • 1
  • 17
  • 25
0
votes
0 answers

GeoDjango: Geographic query causes segmentation fault

On Django development server with SpatiaLite, I am trying to do a basic geographic query: Location.objects.filter(geom__within=loc.geom) This causes a Segmentation error and the server dies. loc is an instance of the Location model: from…
-2
votes
1 answer

Django server won't load

strong text I am trying to run my django server using the python manage.py runservercommand. Keep getting this error in my shell. The development server is refusing to load. The image is the error message I'm getting This is the error gotten after…
1 2 3
4