Thursday, November 5, 2020

Re: run terminal code inside project

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.

No comments:

Post a Comment