Hi,

You got answered otherwise but note that model name itself isn't unique. "appname.modelname" is unique pair.


On 18.1.2018 3.31, Tom Tanner wrote:
I've got the following in `management/commands/my_command.py`:

|
fromdjango.core.management.baseimportBaseCommand,CommandError
fromdjango.conf importsettings

importos.path,csv

fromtheme.models import*

classCommand(BaseCommand):
defhandle(self,*args,**options):
       modelName=raw_input("Enter model name: ")
print"you entered",modelName
|


I want to show the user a list of all model names. I want to take the user's input and see if's an existing model. How do I do this?
--
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 <mailto:django-users+unsubscr...@googlegroups.com>. To post to this group, send email to django-users@googlegroups.com <mailto: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/2d5a05da-27e1-40ba-9884-478aecb2efe5%40googlegroups.com <https://groups.google.com/d/msgid/django-users/2d5a05da-27e1-40ba-9884-478aecb2efe5%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
Jani Tiainen

--
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 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/837bc8a5-6f40-0451-9432-c34e0d31d0f4%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to