Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7566229
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:21:37+00:00 2026-05-30T14:21:37+00:00

Disclaimer: I am new to python but have coded in Drupal where I used

  • 0

Disclaimer: I am new to python but have coded in Drupal where I used ajax, jquery, json

I need to create a simple web app front-end (using jquery, AJAX, css) for my python backend. I successfully followed the instructions on this stackoverflow question page, but the WSGI-served html refuses to load my html’s stylesheets and jquery.js. In the previously mentioned link, S.Lott wrote, “The demo_app is relatively easy to write; it handles your Ajax requests.” I (believe that I) understand the demo_app and much of his “WSGI implementation,” but obviously not enough. I’m happy to research the answer but need a nudge in the right direction. Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T14:21:39+00:00Added an answer on May 30, 2026 at 2:21 pm

    WSGI is an interface between the webserver (like Apache) and your Python web application. It provides a standard way of running Python code on web servers.

    You do not need WSGI to serve static files like JavaScript or CSS (because JS/CSS is not a Python code). Configure your web server to serve static files in a normal way, apart of your WSGI-based Python web application.

    With Apache typical solution is to use Alias directive:

    Alias /media/ /usr/local/www/documents/media/              # Static files, e.g. http://example.com/media
    WSGIScriptAlias / /usr/local/www/wsgi-scripts/myapp.wsgi   # WSGI app mounted at the root of site, e.g. http://example.com
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Disclaimer: I am new to python and django but have Drupal programming experience. I'm
Disclaimer: I am new to python and django but have programmed in Drupal I
Disclaimer: i am new to python but have drupal programming experience I am reading
Disclaimer: I am new to python and django but have experience programming in Drupal.
Disclaimer: I am new to python and Django, but have Drupal programming experience. I'm
diclaimer: I am new to python but have experience programming in Drupal I'm following
Disclaimer: I'm very new to SQL and databases in general. I need to create
Disclaimer: Never used php in my life. New to Unix and Jenkins I have
Disclaimer: This may be a terribly simple question but I'm attempting to learn Python.
Disclaimer: I'm fairly new to python! If I want all the lines of a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.