This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Internal Server Error: /admin/ | |
Traceback (most recent call last): | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner | |
response = get_response(request) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response | |
response = self.process_exception_by_middleware(e, request) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response | |
response = wrapped_callback(request, *callback_args, **callback_kwargs) | |
File "/home/velotio/Envs/django_zappa_sample/local/lib/python2.7/site-packages/django/contrib/admin/sites.py", line 242, in wrapper | |
return self.admin_view(view, cacheable)(*args, **kwargs) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Performing system checks... | |
System check identified no issues (0 silenced). | |
You have 13 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. | |
Run 'python manage.py migrate' to apply them. | |
May 20, 2018 - 14:47:32 | |
Django version 1.11.11, using settings 'django_zappa_sample.settings' | |
Starting development server at http://127.0.0.1:8000/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collecting Django==1.11.11 (from -r requirements.txt (line 1)) | |
Downloading https://files.pythonhosted.org/packages/d5/bf/2cd5eb314aa2b89855c01259c94dc48dbd9be6c269370c1f7ae4979e6e2f/Django-1.11.11-py2.py3-none-any.whl (6.9MB) | |
100% |████████████████████████████████| 7.0MB 772kB/s | |
Collecting zappa==0.45.1 (from -r requirements.txt (line 2)) | |
Collecting pytz (from Django==1.11.11->-r requirements.txt (line 1)) | |
Downloading https://files.pythonhosted.org/packages/dc/83/15f7833b70d3e067ca91467ca245bae0f6fe56ddc7451aa0dc5606b120f2/pytz-2018.4-py2.py3-none-any.whl (510kB) | |
100% |████████████████████████████████| 512kB 857kB/s | |
Collecting future==0.16.0 (from zappa==0.45.1->-r requirements.txt (line 2)) | |
Collecting toml>=0.9.3 (from zappa==0.45.1->-r requirements.txt (line 2)) | |
Collecting docutils>=0.12 (from zappa==0.45.1->-r requirements.txt (line 2)) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing setuptools, pip, wheel...done. | |
virtualenvwrapper.user_scripts creating /home/velotio/Envs/django_zappa_sample/bin/predeactivate | |
virtualenvwrapper.user_scripts creating /home/velotio/Envs/django_zappa_sample/bin/postdeactivate | |
virtualenvwrapper.user_scripts creating /home/velotio/Envs/django_zappa_sample/bin/preactivate | |
virtualenvwrapper.user_scripts creating /home/velotio/Envs/django_zappa_sample/bin/postactivate | |
virtualenvwrapper.user_scripts creating /home/velotio/Envs/django_zappa_sample/bin/get_env_details |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Cloning into 'django-zappa-sample'... | |
remote: Counting objects: 18, done. | |
remote: Compressing objects: 100% (13/13), done. | |
remote: Total 18 (delta 1), reused 15 (delta 1), pack-reused 0 | |
Unpacking objects: 100% (18/18), done. | |
Checking connectivity... done. |
NewerOlder