Re: Django issus

2022-04-11 Thread 'Adam Johnson' via Django developers (Contributions to Django itself)
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely

Re: Django issus

2022-04-11 Thread Fab
Actually you need to just fix the import error. The error will say where's it's happening. Could it be you are importing `employee` when you should be `Employee`? On Monday, 11 April 2022 at 09:54:08 UTC+1 Fab wrote: > Can you share your models and migrations files? > > On Saturday, 9 April

Re: Django issus

2022-04-11 Thread Fab
Can you share your models and migrations files? On Saturday, 9 April 2022 at 17:14:00 UTC+1 hanenmd...@gmail.com wrote: > hello ! > I whish that you are fine, i try to migrate my model my model name is > employee but it dosent work the issus msj is ImportError:cannot import name > 'employee'

Django issus

2022-04-09 Thread Hanen Mdaghi
hello ! I whish that you are fine, i try to migrate my model my model name is employee but it dosent work the issus msj is ImportError:cannot import name 'employee' from 'polls.models' -- You received this message because you are subscribed to the Google Groups "Django developers