Hello Fabio,

i want that admin can make in database a entry to a field in my own
settings model in field standardtemplatepath for example /newtemplate/ in
my views.py there are exists a normal CBV Templateview with template_name =
'Testtemplate.html' and in settings.py i have a entry TEMPLATES = [
    {

        'DIRS': [
            location('templates'),
        ]}

Now when a endcustomer open this view then this view get template from
/templates/newtemplate/Testtemplate.html. How can archive this?

Thank you very much

Am Sa., 29. Jan. 2022 um 00:14 Uhr schrieb Fabio C. Barrionuevo da Luz <
bna...@gmail.com>:

> Hi Sebastian, I guess this is not possible.
>
> But the real question is: why do you need a queryset to perform in the
> settings?
>
> Perhaps if you explain what problem you want to solve, we can give you
> some options for other possible solutions.
>
>
>
> Em sex., 28 de jan. de 2022 às 20:00, sebasti...@gmail.com <
> sebastian.ju...@gmail.com> escreveu:
>
>> Hello,
>>
>> i want to import from a app models.py like this:
>>
>> from app1.models import classname
>>
>> then i get:
>>
>> django.core.exceptions.AppRegistryNotReady: Apps aren't loaded yet.
>>
>> I want to get a queryset from app1.models.classname in settings.py. How
>> is this possible?
>>
>> Regards
>>
>> --
>> 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/18ef496c-c9a1-40df-b251-7ce2cc2dad82n%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/18ef496c-c9a1-40df-b251-7ce2cc2dad82n%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>
>
> --
> Fábio C. Barrionuevo da Luz
> Palmas - Tocantins - Brasil - América do Sul
>
> http://pythonclub.com.br/
>
> Blog colaborativo sobre Python e tecnologias Relacionadas, mantido
> totalmente no https://github.com/pythonclub/pythonclub.github.io .
>
> Todos são livres para publicar. É só fazer fork, escrever sua postagem e
> mandar o pull-request. Leia mais sobre como publicar em README.md e
> contributing.md.
> Regra básica de postagem:
> "Você" acha interessante? É útil para "você"? Pode ser utilizado com
> Python ou é útil para quem usa Python? Está esperando o que? Publica logo,
> que estou louco para ler...
>
> --
> 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/CAPVjvMaWUcpwzWePO3XF%2BtqRP3e-YFH4iE9om8ig2hhTeazN%3DQ%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAPVjvMaWUcpwzWePO3XF%2BtqRP3e-YFH4iE9om8ig2hhTeazN%3DQ%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAKGT9myirfhUNdMhThSMFwCVStWgpYyFfJUZb6uieD%3Dt%3DMipkA%40mail.gmail.com.

Reply via email to