Hello - I'm moving from a more archaic platform and am still green to 
Django. 

I have created my models. The makemigrations runs and subsequently migrate 
completes. Then when I try to enter data in the shell, it says my column 
names do not exist. I added the classes to the admin.site.register([CLASS]) 
and sure enough, none of those fields exist there either.

I have deleted the migrations and even the sqliteDb and re-ran the 
migrations, all successful, same result.

I saw some previous posts about using pyCharm and I have been using that. 
But I have run all of my migrations in both Powershell locally and my 
development ubuntu instance. same result.

I've come to you, friends, for help.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/67b1c80f-0337-4a40-b316-7ba77609ce97n%40googlegroups.com.

Reply via email to