backslash

Results 3 comments of backslash

I'm no expert either, but try following this [Django CMS tutorial](http://docs.django-cms.org/en/release-3.4.x/introduction/integrating_applications.html).

Replace the contents of manage.py with the following (from a new django 1.6 project). #!/usr/bin/env python import os import sys if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings") from django.core.management import execute_from_command_line...

Hi, I have what's downstream in the Ubuntu repositories. $ docker-compose version docker-compose version 1.8.0, build unknown docker-py version: 1.9.0 CPython version: 2.7.12 OpenSSL version: OpenSSL 1.0.2g 1 Mar 2016