Hey Tracy
I have created 2 new users and it worked fine, but when i tried to access the admin page i got the following message -
DoesNotExist at /admin/login/
Site matching query does not exist.
Request Method: GET
Request URL: https://hellowebapp-brin-2.c9users.io/admin/login/?next=/admin/
Django Version: 1.8.3
Exception Type: DoesNotExist
Exception Value:
Site matching query does not exist.
Exception Location: /usr/local/lib/python2.7/dist-packages/django/db/models/query.py in get, line 334
Python Executable: /usr/bin/python
Python Version: 2.7.6
Python Path:
[’/home/ubuntu/workspace’,
’/home/ubuntu/workspace’,
’/home/ubuntu/lib/python/site-packages’,
’/usr/lib/python2.7’,
’/usr/lib/python2.7/plat-x86_64-linux-gnu’,
’/usr/lib/python2.7/lib-tk’,
’/usr/lib/python2.7/lib-old’,
’/usr/lib/python2.7/lib-dynload’,
’/usr/local/lib/python2.7/dist-packages’,
’/usr/lib/python2.7/dist-packages’,
’/usr/lib/python2.7/dist-packages/PILcompat’,
’/usr/lib/python2.7/dist-packages/gtk-2.0’,
’/usr/lib/pymodules/python2.7’]
Server time: Mon, 23 Nov 2015 21:15:15 +0000
I am running this tutorial on a separate workbench on Cloud9, so it is not mixed with any other projects (hence not using virtual env). The results of my pip freeze are:
Babel==1.3
BzrTools==2.6.0
Django==1.8.3
FormEncode==1.2.6
Jinja2==2.7.2
M2Crypto==0.21.1
MarkupSafe==0.18
MySQL-python==1.2.3
Paste==1.7.5.1
PasteDeploy==1.5.2
PasteScript==1.7.5
Pillow==2.3.0
PyYAML==3.10
Routes==2.0
SQLAlchemy==0.8.4
SecretStorage==2.0.0
Tempita==0.5.2
WebOb==1.3.1
amqp==1.3.3
amqplib==1.0.2
anyjson==0.3.3
argparse==1.2.1
boto==2.20.1
bzr==2.7.0dev1
chardet==2.0.1
cliff==1.4.5
cmd2==0.6.7
colorama==0.2.5
configobj==4.7.2
decorator==3.4.0
django-registration-redux==1.2
duplicity==0.6.23
eventlet==0.13.0
greenlet==0.4.2
html5lib==0.999
httplib2==0.8
ipython==1.2.1
iso8601==0.1.10
jsonpatch==1.3
jsonpointer==1.0
jsonschema==2.3.0
keyring==3.5
kombu==3.0.7
launchpadlib==1.10.2
lazr.restfulclient==0.13.3
lazr.uri==1.0.3
librabbitmq==1.0.3
lockfile==0.8
lxml==3.3.3
matplotlib==1.3.1
mercurial==2.8.2
mock==1.0.1
netaddr==0.7.10
nova==2014.1.5
numpy==1.8.2
oauth==1.0.1
oslo.config==1.2.1
oslo.messaging==1.3.0
oslo.rootwrap==1.2.0
paramiko==1.10.1
pbr==0.7.0
pexpect==3.1
prettytable==0.7.2
pyOpenSSL==0.13
pyasn1==0.1.7
pycadf==0.4.1
pycrypto==2.6.1
pydns==2.3.6
pygobject==3.12.0
pygpgme==0.3
pyparsing==2.0.1
python-apt==0.9.3.5ubuntu1
python-cinderclient==1.0.8
python-dateutil==1.5
python-glanceclient==0.12.0
python-keystoneclient==0.7.1
python-neutronclient==2.3.4
python-novnc==0.4-dfsg-1-20130425-git4973b9cc80
python-openid==2.2.5
pytz==2012c
repoze.lru==0.6
requests==2.2.1
scgi==1.13
scipy==0.13.3
simplegeneric==0.8.1
simplejson==3.3.1
six==1.5.2
sqlalchemy-migrate==0.8.2
stevedore==0.14.1
suds==0.4.1
urllib3==1.7.1
virtualenv==1.11.4
virtualenv-clone==0.2.4
virtualenvwrapper==4.1.1
wadllib==1.3.2
warlock==1.1.0
websockify==0.5.1
wheel==0.24.0
wsgiref==0.1.2
zope.interface==4.0.5
any suggestions?