initial seed code commit VVP-2 57/16457/1
authorPaul McGoldrick <paul.mcgoldrick@att.com>
Thu, 28 Sep 2017 17:03:36 +0000 (10:03 -0700)
committerPaul McGoldrick <paul.mcgoldrick@att.com>
Thu, 28 Sep 2017 17:13:44 +0000 (10:13 -0700)
commit6996992c9553c8d4c2cd94007e18000ff1214850
treea7ff8d2f9a0e7a2a6f1c8fd9d1e235555349d9b7
parentf7529f63608e4ba55c51478263d6a93f36e575c3
initial seed code commit VVP-2

Change-Id: Ie4dfa1d0c2016f58f01c1150d791abbaaec31969
Signed-off-by: Paul McGoldrick <paul.mcgoldrick@att.com>
36 files changed:
.gitignore [new file with mode: 0755]
Dockerfile [new file with mode: 0755]
LICENSE.TXT [new file with mode: 0755]
LICENSE.uWSGI [new file with mode: 0755]
README.md [new file with mode: 0755]
django/README.md [new file with mode: 0755]
django/cms/__init__.py [new file with mode: 0755]
django/cms/envbool.py [new file with mode: 0755]
django/cms/management/__init__.py [new file with mode: 0755]
django/cms/management/commands/__init__.py [new file with mode: 0755]
django/cms/management/commands/import_categories.py [new file with mode: 0755]
django/cms/management/commands/import_pages.py [new file with mode: 0755]
django/cms/migrations/0001_initial.py [new file with mode: 0755]
django/cms/migrations/0002_user_application.py [new file with mode: 0755]
django/cms/migrations/0003_categories.py [new file with mode: 0755]
django/cms/migrations/0004_pages.py [new file with mode: 0755]
django/cms/migrations/__init__.py [new file with mode: 0755]
django/cms/serializers.py [new file with mode: 0755]
django/cms/services/__init__.py [new file with mode: 0755]
django/cms/services/page_service.py [new file with mode: 0755]
django/cms/settings/__init__.py [new file with mode: 0755]
django/cms/urls.py [new file with mode: 0755]
django/cms/views/__init__.py [new file with mode: 0755]
django/cms/views/pages.py [new file with mode: 0755]
django/cms/wsgi.py [new file with mode: 0755]
django/deploy/crontab.template [new file with mode: 0755]
django/deploy/gunicorn.conf.py.template [new file with mode: 0755]
django/deploy/local_settings.py.template [new file with mode: 0755]
django/deploy/nginx.conf.template [new file with mode: 0755]
django/deploy/supervisor.conf.template [new file with mode: 0755]
django/fabfile.py [new file with mode: 0755]
django/manage.py [new file with mode: 0755]
django/requirements.txt [new file with mode: 0755]
docker-entrypoint.sh [new file with mode: 0755]
pom.xml [new file with mode: 0755]
tox.ini [new file with mode: 0755]