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

  • Home
  • SEARCH
  • 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 9100835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T00:58:00+00:00 2026-06-17T00:58:00+00:00

I am deploying a Django app to Google App Engine. The app uses a

  • 0

I am deploying a Django app to Google App Engine. The app uses a number of customised templates for the Django admin app using the technique described here. On my local machine this works great.

The deployed app on Google App Engine however appears to ignore this mechanism as my customised templates are not used by the GAE-version.

I have the template loaders in settings.py:

TEMPLATE_LOADERS = (
    'django.template.loaders.filesystem.Loader',
    'django.template.loaders.app_directories.Loader',
#     'django.template.loaders.eggs.Loader',
)

I have set the template dir in setting.py:

TEMPLATE_DIRS = (
    # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
    # Always use forward slashes, even on Windows.
    # Don't forget to use absolute paths, not relative paths.
    ROOT_PATH + os.sep + "templates",
)

Where ROOT_PATH = os.path.dirname(__file__), also defined in settings.py.

Python: 2.7, Django: 1.4 with Google Cloud SQL. I use Grappelli and used the Grappelli versions of the templates to override on the local version.

Why are my customised templates ignored by my app on GAE?

  • 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-06-17T00:58:01+00:00Added an answer on June 17, 2026 at 12:58 am

    The devil is in the detail…

    The problem was caused by:

    Note, that the admin app will lowercase the model name when looking
    for the directory, so make sure you name the directory in all lowercase
    if you are going to run your app on a case-sensitive filesystem.
    

    I had the directories of my models in CamelCase :-\

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am deploying a django-nonrel app on Google App Engine. The app deploys alright
I'm deploying my Django app to another host/server using mod_wsgi and MySQLdb. Right now,
I am deploying a Django app on Heroku, and using the Sendgrid addon to
I am having trouble deploying my django app to a server that uses lighttpd
I'm having an odd problem while deploying a Django site using Fabric. I've configured
While deploying a Django app. I am having problem with static files. I am
Say I'm writing a Django app, and all the templates in the app require
Im having problems deploying my django app to heroku in the first part, heroku's
I'm deploying my Django app with Dotcloud. While developing locally, I had to make
I'm deploying my django app with Dotcloud. I use Postgres as DB. I had

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.