You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to setup everything to follow up the tutorial but I couldn't make it work. I did the first four steps without problems, but I got stuck in the next one. I am getting this error:
(kevinastone-tutorial)rcanepa@rcanepa-R480:~/Development/django_projects/kevinastone-tutorial/django-api-rest-and-angular$ make create_database
./manage.py syncdb --noinput
System check identified some issues:
WARNINGS:
?: (1_6.W001) Some project unittests may not execute as expected.
HINT: Django 1.6 introduced a new default test runner. It looks like this project was generated using Django 1.5 or earlier. You should ensure your tests are all running & behaving as expected. See https://docs.djangoproject.com/en/dev/releases/1.6/#new-test-runner for more information.
Syncing...
Traceback (most recent call last):
File "./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
File "/home/rcanepa/.virtualenvs/kevinastone-tutorial/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
File "/home/rcanepa/.virtualenvs/kevinastone-tutorial/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/home/rcanepa/.virtualenvs/kevinastone-tutorial/local/lib/python2.7/site-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **options.__dict__)
File "/home/rcanepa/.virtualenvs/kevinastone-tutorial/local/lib/python2.7/site-packages/django/core/management/base.py", line 338, in execute
output = self.handle(*args, **options)
File "/home/rcanepa/.virtualenvs/kevinastone-tutorial/local/lib/python2.7/site-packages/django/core/management/base.py", line 533, in handle
return self.handle_noargs(**options)
File "/home/rcanepa/.virtualenvs/kevinastone-tutorial/local/lib/python2.7/site-packages/south/management/commands/syncdb.py", line 82, in handle_noargs
old_app_store, cache.app_store = cache.app_store, SortedDict([
AttributeError: 'Apps' object has no attribute 'app_store'
make: *** [create_database] Error 1
Any idea of what could be happening?.
Regards,
Renzo
The text was updated successfully, but these errors were encountered:
Hi Kevin,
I was trying to setup everything to follow up the tutorial but I couldn't make it work. I did the first four steps without problems, but I got stuck in the next one. I am getting this error:
Any idea of what could be happening?.
Regards,
Renzo
The text was updated successfully, but these errors were encountered: