I have been working on a django application for several months, learning as I go. I have run into a problem now and I'm not sure what I should be doing next.
Up until now my admin has worked, but I had a problem and a colleague told me he was pretty sure it was a pycharm bug. He suggested that I remove the database (db.sqlite3). I did that and I also removed all of the existing migration files in my development area.
When I run 'python manage.py makemigrations', I now get the followoing output:
/home/jja/.virtualenvs/PivotalBase-2017.6.16/bin/python /home/jja/prog/newSiggy/manage.py makemigrations
setting.py: BASE_DIR = /home/jja/prog/newSiggy
FINISHED settings.py
No changes detected
Process finished with exit code 0
Then I run 'python manage.py migrate' and my output is:setting.py: BASE_DIR = /home/jja/prog/newSiggy
FINISHED settings.py
No changes detected
Process finished with exit code 0
/home/jja/.virtualenvs/PivotalBase-2017.6.16/bin/python /home/jja/prog/newSiggy/manage.py migrate
setting.py: BASE_DIR = /home/jja/prog/newSiggy
FINISHED settings.py
Operations to perform:
Apply all migrations: admin, auth, contenttypes, sessions, sites
Running migrations:
No migrations to apply.
Process finished with exit code 0
Any suggestions?
Jim A.
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ba1d7f25-f83b-4f74-99a3-7992c29b6f2c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment