Re: django releases notifications

2022-03-29 Thread webmbackslash
Many thanks

Il giorno ven 25 mar 2022 alle ore 20:16 Kasper Laudrup <
laud...@stacktrace.dk> ha scritto:

> On 25/03/2022 16.44, webmba...@gmail.com wrote:
> > Hi,
> > how can i get mail notifications per each new django release?
> > best regards
> >
>
> Subscribe to the django-announce mailing list:
>
>
> https://docs.djangoproject.com/en/dev/internals/mailing-lists/#django-announce
>
> Kind regards,
>
> Kasper Laudrup
>
> --
> 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/ef745793-44eb-7016-9d3c-a152715eec8e%40stacktrace.dk
> .
>

-- 
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/CABD06pbT9fdQvF0te%2Bm-7w0F73aYqvW--EBJ4fYmAtdX526EJA%40mail.gmail.com.


Re: Django Admin Login

2021-11-09 Thread webmbackslash
Habdle it in urls.py file.
But are you sure you want all your site viewed in admin mode?

Il mar 9 nov 2021, 15:21 Abhi Sharma  ha scritto:

> Hello,
> We have a Django admin URL like https://abc.com/admin/, it's working fine
> however we want to proxy with a domain for admin url like https://abc.com/
>
> We want to remove */admin* from the URL.
>
>
> Regards,
> Abhishek
>
> --
> 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/39bd9eb7-5002-4cc1-afd0-02eaa216da10n%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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANPmrzPGzuScdg_yLEr-Z3QcZW7gKJoRQx_ehvNp9fC47UuBYg%40mail.gmail.com.


Re: django template forloop

2020-10-14 Thread webmbackslash
for field in formone not fieldi

Il giorno mer 14 ott 2020 alle ore 13:06 RANGA BHARATH JINKA <
bharathjink...@gmail.com> ha scritto:

> Hi,
>
>  You have to end for loop for second for loop
>
> On Wed, Oct 14, 2020 at 4:23 PM luca72.b...@gmail.com <
> luca72.bertolo...@gmail.com> wrote:
>
>> Hello
>> I have this:
>> {% for x in lista_form %}
>> {% if forloop.counter < 100 %}
>> {% for fieldi in formone %}
>> {{ fieldi.label }} {{ fieldi }}
>> {% endfor %}
>> Immagine 
>>  {% endif %}
>> {% if forloop.counter|divisibleby:"2" %}
>> 
>> {% endif %}
>>
>> The second forloop is not executed, where i have to apply it?
>>
>> 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+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/7a3e9bec-7e96-4922-ac0d-765ab49eb0d7n%40googlegroups.com
>> 
>> .
>>
>
>
> --
> Thanks and Regards
>
> J. Ranga Bharath
> cell: 9110334114
>
> --
> 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/CAK5m314L9XN-xiXXzDtx2sr9TZTysY9oyxLjF2De7zCfQ8MAmA%40mail.gmail.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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABD06pZiNaPscngtMxeYQfjSooBRF50UA2Lg%3DZ36-Y7YXUdQug%40mail.gmail.com.