summaryrefslogtreecommitdiff
path: root/openstack_dashboard/wsgi
Commit message (Collapse)AuthorAgeFilesLines
* Add django.wsgi to target of pep8chao liu2017-11-171-3/+22
| | | | | | | The django.wsgi file should be adjusted to meet pep8 standards and apply pep8 check to django.wsgi automatically. Change-Id: Iaee708e95b7209c5ff19129a98af37914f320bd
* Normalise the path to resolve ../..Richard Jones2016-11-141-1/+1
| | | | | | | | The "../.." fragment appears to be causing code in osprofiler/_utils.py some issues, so we'll resolve it for them. Change-Id: Ib443e7c64aae23246751df8769cdb1a2bd713e16 Partial-Bug: 1361235
* Update WSGI app creation to be compatible with Django 1.7Julie Pichon2014-10-161-3/+2
| | | | | | | | | | | | | | This resolves the following error when trying to run Horizon: AppRegistryNotReady: The translation infrastructure cannot be initialized before the apps registry is ready. Check that you don't make non-lazy gettext calls at import time. and is backwards-compatible with our currently supported versions (back to 1.4). Change-Id: I1e59f2bf6633a34cfe9230aa028f345e5fa70f94 Closes-Bug: #1382023
* Updated the django.wsgi file for devstack.Gabriel Hurley2012-02-291-1/+1
| | | | Change-Id: Ie651717806208f0ed7e045071599d71ca05c7fbe
* Unifies the project packaging into one set of modules.Gabriel Hurley2012-02-291-0/+15
There are no longer two separate projects living inside the horizon repository. There is a single project now with a single setup.py, single README, etc. The openstack-dashboard/dashboard django project is now named "openstack_dashboard" and lives as an example project in the topmost horizon directory. The "horizon/horizon" directory has been bumped up a level and now is directly on the path when the root horizon directory is on your python path. Javascript media which the horizon module directly relies upon now ships in the horizon/static dir rather than openstack-dashboard/dashboard/static. All the corresponding setup, installation, build, and env scripts have been updated accordingly. Implements blueprint unified-packaging. Change-Id: Ieed8e3c777432cd046c3e0298869a9428756ab62