How to display calendar in django webapplication?

2020-06-10 Thread learn code
Hi everyone,

I'm working on a website. In that, I need to display available dates and 
timings dynamically. Anyone knows please help me.

-- 
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/6ac935a7-5602-4539-84dd-d746b943823do%40googlegroups.com.


Re: How to display calendar in django webapplication?

2020-06-10 Thread Miracle
Check this project pinax calendars
https://github.com/pinax/pinax-calendars

On Wed, 10 Jun 2020, 10:43 pm learn code,  wrote:

> Hi everyone,
>
> I'm working on a website. In that, I need to display available dates and
> timings dynamically. Anyone knows please help me.
>
> --
> 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/6ac935a7-5602-4539-84dd-d746b943823do%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/CADZv-jC3odzF2ip-mqr2_avz9nF00g-v%2BorVF3Owjbq14KE8Vw%40mail.gmail.com.


Re: How to display calendar in django webapplication?

2020-06-10 Thread learn code
Thank you so much!!!

On Wed, Jun 10, 2020 at 2:46 PM Miracle  wrote:

> Check this project pinax calendars
> https://github.com/pinax/pinax-calendars
>
> On Wed, 10 Jun 2020, 10:43 pm learn code,  wrote:
>
>> Hi everyone,
>>
>> I'm working on a website. In that, I need to display available dates and
>> timings dynamically. Anyone knows please help me.
>>
>> --
>> 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/6ac935a7-5602-4539-84dd-d746b943823do%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/CADZv-jC3odzF2ip-mqr2_avz9nF00g-v%2BorVF3Owjbq14KE8Vw%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/CAPUBRGVMxcvCb-mOSyBxy_hBVOxEL%2Bz%2B9_SYhiCouhkPq42q4Q%40mail.gmail.com.


Re: How to display calendar in django webapplication?

2020-06-11 Thread Perceval Maturure
check this one too
https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html

On Thu, Jun 11, 2020 at 2:05 AM learn code  wrote:

> Thank you so much!!!
>
> On Wed, Jun 10, 2020 at 2:46 PM Miracle  wrote:
>
>> Check this project pinax calendars
>> https://github.com/pinax/pinax-calendars
>>
>> On Wed, 10 Jun 2020, 10:43 pm learn code, 
>> wrote:
>>
>>> Hi everyone,
>>>
>>> I'm working on a website. In that, I need to display available dates and
>>> timings dynamically. Anyone knows please help me.
>>>
>>> --
>>> 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/6ac935a7-5602-4539-84dd-d746b943823do%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/CADZv-jC3odzF2ip-mqr2_avz9nF00g-v%2BorVF3Owjbq14KE8Vw%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/CAPUBRGVMxcvCb-mOSyBxy_hBVOxEL%2Bz%2B9_SYhiCouhkPq42q4Q%40mail.gmail.com
> 
> .
>


-- 
*Perceval Maturure*

*083 303 9423*

-- 
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/CAFZtZmDuZZqjej4kdwLVhC62bMJdzJeTpbOSCbpqXrCMEFGSFg%40mail.gmail.com.


Re: How to display calendar in django webapplication?

2020-06-11 Thread learn code
Thank you!!!

On Thu, Jun 11, 2020, 6:18 AM Perceval Maturure 
wrote:

> check this one too
> https://www.huiwenteo.com/normal/2018/07/24/django-calendar.html
>
> On Thu, Jun 11, 2020 at 2:05 AM learn code 
> wrote:
>
>> Thank you so much!!!
>>
>> On Wed, Jun 10, 2020 at 2:46 PM Miracle  wrote:
>>
>>> Check this project pinax calendars
>>> https://github.com/pinax/pinax-calendars
>>>
>>> On Wed, 10 Jun 2020, 10:43 pm learn code, 
>>> wrote:
>>>
 Hi everyone,

 I'm working on a website. In that, I need to display available dates
 and timings dynamically. Anyone knows please help me.

 --
 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/6ac935a7-5602-4539-84dd-d746b943823do%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/CADZv-jC3odzF2ip-mqr2_avz9nF00g-v%2BorVF3Owjbq14KE8Vw%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/CAPUBRGVMxcvCb-mOSyBxy_hBVOxEL%2Bz%2B9_SYhiCouhkPq42q4Q%40mail.gmail.com
>> 
>> .
>>
>
>
> --
> *Perceval Maturure*
>
> *083 303 9423*
>
> --
> 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/CAFZtZmDuZZqjej4kdwLVhC62bMJdzJeTpbOSCbpqXrCMEFGSFg%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/CAPUBRGWyBCHC_%2BACTBt6h0O_JZinhmJdj5zBXZT_VnXX3udPyg%40mail.gmail.com.