diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1052ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,59 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo +*.pot + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ + + +# IDE Garbage +*.iml +.idea/ diff --git a/MontyPyBlog/__init__.pyc b/MontyPyBlog/__init__.pyc deleted file mode 100644 index 58c0755..0000000 Binary files a/MontyPyBlog/__init__.pyc and /dev/null differ diff --git a/MontyPyBlog/admin.pyc b/MontyPyBlog/admin.pyc deleted file mode 100644 index e7f221a..0000000 Binary files a/MontyPyBlog/admin.pyc and /dev/null differ diff --git a/MontyPyBlog/serializers.pyc b/MontyPyBlog/serializers.pyc deleted file mode 100644 index ed2050b..0000000 Binary files a/MontyPyBlog/serializers.pyc and /dev/null differ diff --git a/MontyPyBlog/urls.pyc b/MontyPyBlog/urls.pyc deleted file mode 100644 index 696806e..0000000 Binary files a/MontyPyBlog/urls.pyc and /dev/null differ diff --git a/MontyPyBlog/views.pyc b/MontyPyBlog/views.pyc deleted file mode 100644 index b9e660e..0000000 Binary files a/MontyPyBlog/views.pyc and /dev/null differ diff --git a/cmsAPI/__init__.pyc b/cmsAPI/__init__.pyc deleted file mode 100644 index 1cc2faf..0000000 Binary files a/cmsAPI/__init__.pyc and /dev/null differ diff --git a/cmsAPI/settings.py b/cmsAPI/settings.py index 921631f..178d3f2 100644 --- a/cmsAPI/settings.py +++ b/cmsAPI/settings.py @@ -113,6 +113,7 @@ ) INSTALLED_APPS = ( + 'django.core.management', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', diff --git a/cmsAPI/urls.pyc b/cmsAPI/urls.pyc deleted file mode 100644 index 04cdb31..0000000 Binary files a/cmsAPI/urls.pyc and /dev/null differ diff --git a/cmsAPI/wsgi.pyc b/cmsAPI/wsgi.pyc deleted file mode 100644 index bedc114..0000000 Binary files a/cmsAPI/wsgi.pyc and /dev/null differ