Code Monkey home page Code Monkey logo

Comments (2)

GrahamDumpleton avatar GrahamDumpleton commented on July 21, 2024

The string 'example.wsgi' is a module path, not the name of a file. You should replace 'example' with the name of your project. The module path would then map to the file path of 'example/wsgi.py', where again, 'example' is replaced with the name of your project.

In other words, it should map to the 'wsgi.py' file found in the same directory as your 'settings.py' file, both of which would have been generated by the Django 'startproject' management command.

Take for example where my project was called 'mysite' and so I had:

$ ls -las manage.py mysite/*.py
8 -rw-r--r--  1 graham  staff   249 16 Mar  2014 manage.py
0 -rw-r--r--  1 graham  staff     0 16 Mar  2014 mysite/__init__.py
8 -rw-r--r--  1 graham  staff  2997  8 Aug  2014 mysite/settings.py
8 -rw-r--r--  1 graham  staff   522 17 Jun  2014 mysite/urls.py
8 -rw-r--r--  1 graham  staff   908 30 Oct  2014 mysite/views.py
8 -rw-r--r--  1 graham  staff   387 16 Mar  2014 mysite/wsgi.py

I would actually use the module path 'mysite.wsgi', which would map to 'mysite/wsgi.py'.

from mod_wsgi-docker.

0x3bfc avatar 0x3bfc commented on July 21, 2024

Thanks Graham. Actually, I was going to inform to make this issue closed but you preceded me by your answer, I did this and I found what you said is true, sorry for this disturbance

from mod_wsgi-docker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.