aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py
AgeCommit message (Collapse)Author
2018-04-24Make manage.py executable and tidy shebangPaul Eggleton
It's useful if the script is executable so we don't have to specify python on the command line. We also only need one shebang line (not sure how we ended up with two) and it should point to python3. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2016-06-12Upgrade to Django 1.6+Paul Eggleton
I'd like to be upgrading to 1.8 but that causes problems with South, and we're not quite ready to dispense with our existing migrations yet. Part of the implementation for [YOCTO #9620]. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-05manage.py: add workaround for old project layoutPaul Eggleton
Apparently we're using a deprecated directory layout; with some versions of Django this results in an error running manage.py, so add a workaround for this. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-13Initial commit of layerindex-webPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>