Thursday, November 5, 2020

Re: run terminal code inside project

I would say that that's even worse?

Django doesn't like changing the database when you are running. I think you need to rethink how you want to use django - because this isn't a usecase I think is even possible.

What you would need to do is first create the models.py file, update the database and then reload the configuration. This would create so many issues that I don't think this is really a valid approach.

Med vänliga hälsningar,

Andréas


Den tors 5 nov. 2020 kl 11:39 skrev Mory Sam <morysam96@gmail.com>:
hi  Andréas  
I want to save the models generated by the ogrinspect command in a new file and be able to automatically create a table in the database using this saved model and then import my vector data automatically into the created table To.
؟Now my problem is how can I introduce the newly created model file as a model to django and it automatically creates a table for me without a terminal command.
Thank you for your answer
andrea...@hypercode.se در تاریخ پنجشنبه ۵ نوامبر ۲۰۲۰ ساعت ۱۳:۰۷:۳۴ (UTC+3:30) نوشت:
You can't do that really.

What is it you want to accomplish?

You can call management commands from inside django - but it doesn't really make any sense to do so. Especially the migrate command?

So what is it you want to do? Then perhaps we can help you with a solution?

Regards,

Andréas


Den ons 4 nov. 2020 kl 15:56 skrev Mory Sam <mory...@gmail.com>:

hi all 

How to use django terminal codes inside your project code 

example : " python manage.py migrate " code run inside views.py , not terminal

thanks

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/08797f34-a4c5-422b-9548-9902c20d2bf3n%40googlegroups.com.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9e59da9e-9350-4864-acac-87bfa574fa3cn%40googlegroups.com.

--
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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK4qSCdxOeknYUFFTWouOXffconqMDomixq6r-GJYmRejVS4yQ%40mail.gmail.com.

No comments:

Post a Comment