Re: Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-03 Thread lone...@gmail.com
There are a few different python libraries >>> to choose from. >>> >>> >>> On August 1, 2022 2:51:34 PM CDT, "lone...@gmail.com" >>> wrote: >>>> >>>> Hello all, >>>> >>>> I want to genera

Re: Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-03 Thread Christian Ledermann
.com" >> wrote: >>> >>> Hello all, >>> >>> I want to generate calendar files for both Android and iPhone. I >>> do not want to connect to the Google or Apple APIs to do this. I just want >>> static files that are downloaded from

Re: Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-02 Thread lone...@gmail.com
4 PM CDT, "lone...@gmail.com" > wrote: >> >> Hello all, >> >> I want to generate calendar files for both Android and iPhone. I do >> not want to connect to the Google or Apple APIs to do this. I just want >> static files that are downloaded fr

Re: Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-02 Thread Ryan Nowakowski
The standard is called iCal. There are a few different python libraries to choose from. On August 1, 2022 2:51:34 PM CDT, "lone...@gmail.com" wrote: >Hello all, > > I want to generate calendar files for both Android and iPhone. I do >not want to connect to the Goog

Generating Calendar files for iPhone and Android with Pthon3/django

2022-08-01 Thread lone...@gmail.com
Hello all, I want to generate calendar files for both Android and iPhone. I do not want to connect to the Google or Apple APIs to do this. I just want static files that are downloaded from my webapp to the mobile device. How and can this be done? Thank you. -- You received this

Re: Calendar based on JS/JQuery needs to communicate with Django

2021-03-17 Thread Ryan Nowakowski
s for >offices*. >Clients will click on the *calendar that is rendered in JS/JQuery (on >client side)* to select a date and then book for a specific date via a >button. To store the booking in my database I am using an Ajax call, >which >works fine. However, I am asking myself now, *h

Calendar based on JS/JQuery needs to communicate with Django

2021-03-17 Thread Manuel Buri
Hello, I am having a website where people are able to *make bookings for offices*. Clients will click on the *calendar that is rendered in JS/JQuery (on client side)* to select a date and then book for a specific date via a button. To store the booking in my database I am using an Ajax call

Re: events calendar

2020-06-16 Thread Andréas Kühne
I would second using fullcalendar. It's a really capable frontend library for handling calendar events. All you would then need to do is have a backend that sends the events as json to the fullcalendar plugin. Regards, Andréas Den tis 16 juni 2020 kl 16:34 skrev Vivek Jha : > You

Re: events calendar

2020-06-16 Thread Vivek Jha
You can also use fullcalender I used it. On Tue, 16 Jun 2020, 18:35 RANGA BHARATH JINKA, wrote: > Hi, > You can make use of django-calendars to implement this. All the best. > > https://pypi.org/project/django-calendarium/ > > https://medium.com/@unionproject88/django-a

Re: events calendar

2020-06-16 Thread RANGA BHARATH JINKA
Hi, You can make use of django-calendars to implement this. All the best. https://pypi.org/project/django-calendarium/ https://medium.com/@unionproject88/django-and-python-calendar-e647a8eccff6 On Tue, Jun 16, 2020 at 5:59 PM Nouhaila Khiyate < nouhaila.khiyat...@gmail.com> wrote: &

events calendar

2020-06-16 Thread Nouhaila Khiyate
hello, i'm creating a leave system and i want to add a calendar that display existing leaves from my database something like this calendar ,but i don't know what i should use for that ,help me please!! ᐧ -- You received this message because you are subscribed to the Google Groups &qu

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: >>

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 >>

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 a

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

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 fr

django bootstrap calendar

2020-05-01 Thread Perceval Maturure
hi all, is there anyone who has used the django bootstrap calendar in their projects? im tryin to return current year and month label? -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubs

Re: Django bootstrap calendar

2020-01-20 Thread Muhammed Rafi A
Refer this https://simpleisbetterthancomplex.com/tutorial/2019/01/03/how-to-use-date-picker-with-django.html On Mon, Jan 20, 2020 at 8:15 PM Perceval Maturure wrote: > Dear All > Is there anyone who has used the djangobootrstrap calendar in Django 2.xxx > project? > > -- >

Django bootstrap calendar

2020-01-20 Thread Perceval Maturure
Dear All Is there anyone who has used the djangobootrstrap calendar in Django 2.xxx project? -- 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 dj

Re: Django bootstrap calendar

2019-10-04 Thread Anthony Goslar
Simpleisbetterthancomplex.com Kind Regards On Fri, 4 Oct 2019, 09:32 lemme smash, wrote: > it's more about client, so you probably want to look for calendar > libraries and then JUST make an api for it. > > On Tuesday, September 24, 2019 at 12:47:37 AM UTC+3, Perceval

Re: Django bootstrap calendar

2019-10-04 Thread lemme smash
it's more about client, so you probably want to look for calendar libraries and then JUST make an api for it. On Tuesday, September 24, 2019 at 12:47:37 AM UTC+3, Perceval Maturure wrote: > > Is there anyone with a step by step procedure of doing this app in a > Django 2.1 e

Re: django calendar app

2019-09-27 Thread Mario R. Osorio
HTH: https://djangopackages.org/grids/g/calendar/ On Thursday, September 26, 2019 at 10:48:13 AM UTC-4, Perceval Maturure wrote: > > > Dear all > > i am looking for a django calendar app/package compatible with python 3.7 > , django 2.1 and django cms 3.6.0. > > Any i

Re: django calendar app

2019-09-26 Thread Sachin Puri
Perceval Maturure, wrote: > > Dear all > > i am looking for a django calendar app/package compatible with python 3.7 > , django 2.1 and django cms 3.6.0. > > Any ideas, please let me know > > -- > *Perceval Maturure* > > *083 303 9423* > > -- > You receiv

django calendar app

2019-09-26 Thread Perceval Maturure
Dear all i am looking for a django calendar app/package compatible with python 3.7 , django 2.1 and django cms 3.6.0. Any ideas, please let me know -- *Perceval Maturure* *083 303 9423* -- You received this message because you are subscribed to the Google Groups "Django users"

Django bootstrap calendar

2019-09-23 Thread Perceval Maturure
Is there anyone with a step by step procedure of doing this app in a Django 2.1 environment For newbies like some of us in Django Regards Perceval -- Sent from Gmail Mobile -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from thi

Re: Search and display results using calendar in Django

2019-05-01 Thread Aakash Baranwal
My Calendar.html: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css";> https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css";> https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.37/css/bootstrap-datetimepicker.min.css"; /> https://cdnj

Search and display results using calendar in Django

2019-04-30 Thread Aakash Baranwal
Hi Everybody, I need help. I want to perform search operation using calendars. I shall select two dates i.e. max_date which shall not be more than the current date but can be less and min_date, these two shall be the days range. The result fields are: in_count, out_count, and dwell_time. The outp

RE: Integrating Google calendar API in TODO list

2019-04-24 Thread Matthew Pava
Dr. Joel, I think Sipum doesn’t even know how to begin. So Sipum, take a look at this document: https://developers.google.com/calendar/quickstart/python From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Joel Mathew Sent: Wednesday, April 24, 2019 2:07 PM To

Re: Integrating Google calendar API in TODO list

2019-04-24 Thread Joel Mathew
sample code. >> Sincerely yours, >> >> Joel G Mathew >> >> >> >> On Tue, 23 Apr 2019 at 09:58, Sipum wrote: >> >>> Hello friends. >>> >>> I am going to integrate google calendar API in to my TODO List. >>> can anyone su

Re: Integrating Google calendar API in TODO list

2019-04-24 Thread Sipum Mishra
ue, 23 Apr 2019 at 09:58, Sipum wrote: > >> Hello friends. >> >> I am going to integrate google calendar API in to my TODO List. >> can anyone suggest how to integrate so that when I will add any event in >> my TODO List app it will directly show in my google cale

Re: Integrating Google calendar API in TODO list

2019-04-24 Thread Joel Mathew
Just do it. The API has python sample code. Sincerely yours, Joel G Mathew On Tue, 23 Apr 2019 at 09:58, Sipum wrote: > Hello friends. > > I am going to integrate google calendar API in to my TODO List. > can anyone suggest how to integrate so that when I will add any event

Integrating Google calendar API in TODO list

2019-04-22 Thread Sipum
Hello friends. I am going to integrate google calendar API in to my TODO List. can anyone suggest how to integrate so that when I will add any event in my TODO List app it will directly show in my google calendar. Thanks. -- You received this message because you are subscribed to the Google

Re: There's any django app for calendar?

2019-03-29 Thread Fellipe Henrique
o search on google, but no lucky.. > > > > Anyone knows any django app for calendar, to set appointments, > > hour/day... with frontend? > > > > > I had sort of the same issue a while ago. I wanted a simple booking > system for a website for my familys summe

Re: There's any django app for calendar?

2019-03-28 Thread Kasper Laudrup
Hi Fellipe, On 28/03/2019 14.45, Fellipe Henrique wrote: Hello guys,  tried to search on google, but no lucky.. Anyone knows any django app for calendar, to set appointments, hour/day... with frontend? I had sort of the same issue a while ago. I wanted a simple booking system for a

Re: There's any django app for calendar?

2019-03-28 Thread carlos
https://github.com/llazzaro/django-scheduler On Thu, Mar 28, 2019 at 9:21 AM Suresh Kannan wrote: > Hi, > > Explore the link https://djangopackages.org/grids/g/calendar/ > > On Thu, 28 Mar 2019 at 09:45, Fellipe Henrique wrote: > >> Hello guys, tried to search

Re: There's any django app for calendar?

2019-03-28 Thread Suresh Kannan
Hi, Explore the link https://djangopackages.org/grids/g/calendar/ On Thu, 28 Mar 2019 at 09:45, Fellipe Henrique wrote: > Hello guys, tried to search on google, but no lucky.. > > Anyone knows any django app for calendar, to set appointments, hour/day... > with frontend? > >

There's any django app for calendar?

2019-03-28 Thread Fellipe Henrique
Hello guys, tried to search on google, but no lucky.. Anyone knows any django app for calendar, to set appointments, hour/day... with frontend? Thanks! T.·.F.·.A.·. S+F *Fellipe Henrique P. Soares* e-mail: > echo "lkrrovknFmsgor4ius" | perl -pe \ 's/(.)/chr(ord($1

Re: events for Django Admin built-in calendar

2019-03-02 Thread binsy badarudeen
thanks for your kind information. fortunately my code works and thank you again On Sat, Mar 2, 2019 at 7:11 AM arc wrote: > In Django Admin, the DateField with the built-in Today and Calendar > anchors (AdminDateWidget)..I want to capture the event after the date is > selected from the

events for Django Admin built-in calendar

2019-03-02 Thread arc
In Django Admin, the DateField with the built-in Today and Calendar anchors (AdminDateWidget)..I want to capture the event after the date is selected from the calendar. I have custom jQuery validation routines that I want to run anytime the value of a date in a textbox (DateField) is changed

Re: A calendar booking app

2018-06-05 Thread Kasper Laudrup
Hi Carlos, On 2018-06-05 18:59, carlos wrote: Hi, maybe try use https://github.com/llazzaro/django-scheduler https://github.com/bitlabstudio/django-booking or find here https://djangopackages.org/ I have looked at both these apps and the djangopackages website, but admittedly, I haven't a

Re: A calendar booking app

2018-06-05 Thread Spence Patrick
I use Google calendar for a booking app that changes events in a public calendar for everyone to see On Tue, Jun 5, 2018, 06:33 Kasper Laudrup wrote: > Hi fellow Django users, > > I'm planning to start up a homepage for my familys summer house. > > There are a few ideas of

Re: A calendar booking app

2018-06-05 Thread carlos
/booking system where any (authenticated) user can see when the >> house has been reserved and when it's available. >> >> Ideally, a non-admin user can request a range of dates, and an admin can >> then accept or decline that request. Naturally, there can only be one >> re

Re: A calendar booking app

2018-06-05 Thread Dan Tagg
> reservation/booking system where any (authenticated) user can see when the > house has been reserved and when it's available. > > Ideally, a non-admin user can request a range of dates, and an admin can > then accept or decline that request. Naturally, there can only be one

Re: A calendar booking app

2018-06-05 Thread Kasper Laudrup
On 2018-06-05 14:38, HaatBhaar Developer wrote: I have an webapp for that. Where you can achieve your requirement, but that is in the PHP code. If this is acceptable for you, then we can do further communication accordingly. Hi there, Thanks for the input, but I really don't want to use PHP f

Re: A calendar booking app

2018-06-05 Thread HaatBhaar Developer
, a non-admin user can request a range of dates, and an admin can > then accept or decline that request. Naturally, there can only be one > reservation on a range of dates. > > I have found a few calendar/booking like applications, but I'm not sure if > any of them really fits my

A calendar booking app

2018-06-05 Thread Kasper Laudrup
quest a range of dates, and an admin can then accept or decline that request. Naturally, there can only be one reservation on a range of dates. I have found a few calendar/booking like applications, but I'm not sure if any of them really fits my purpose. I could write all the code myself,

Re: putting together a simple calendar of events in Django

2018-01-30 Thread carlos
Hi, you maybe try this app https://github.com/llazzaro/django-scheduler Cheers On Tue, Jan 30, 2018 at 8:33 AM, Ari Davidow wrote: > Hi, > > I have a website that has been using a version of the Moveable Type > blogging tool for a simple calendar of events. This works qu

putting together a simple calendar of events in Django

2018-01-30 Thread Ari Davidow
Hi, I have a website that has been using a version of the Moveable Type blogging tool for a simple calendar of events. This works quite well: By reversing the order of display, I am able to show events from today forward (as opposed to typical blog display of "today, back") What makes

Re: Getting Outlook Calendar In Django web page

2018-01-24 Thread Harrison Latimer
I've looked through this library but I can't seem to find a way to get an existing calendar from outlook just ones you create using the exchangelib functionality. Has anyone used exchangelib to generate a static calendar to a django web page? On Wednesday, January 17, 2018 at 2:20:2

RE: Getting Outlook Calendar In Django web page

2018-01-17 Thread Matthew Pava
: Django users Subject: Getting Outlook Calendar In Django web page I have tried taking an available bootstrap calendar and feeding calendar items via JSON file but I'd rather find a way to export a static outlook calendar to my django web page. Is this possible? -Harrison -- You received

Getting Outlook Calendar In Django web page

2018-01-17 Thread Harrison Latimer
I have tried taking an available bootstrap calendar and feeding calendar items via JSON file but I'd rather find a way to export a static outlook calendar to my django web page. Is this possible? -Harrison -- You received this message because you are subscribed to the Google Groups &q

Re: API Google Calendar

2015-09-09 Thread ThomasTheDjangoFan
Hi Marcelo, I am actually also planning to use it. I have found https://code.google.com/p/django-gcal/ and will have a look at: https://www.djangopackages.com/grids/g/calendar/. None of this I have checked out myself. Let's keep us up to date with the progress. Kind regards Thoma

API Google Calendar

2015-09-03 Thread Marcelo Moro Brondani
someone already used the Google calendar API with Django ?? I'm sorry for bad english -- 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

Re: How to represent a calendar month as a field in django models

2015-05-12 Thread Matthys Kroon
Hi, I ended up creating a custom field ( https://github.com/clearspark/django-monthfield). I used a lot of your input, thank you all. Cheers, Matthys On Mon, May 4, 2015 at 7:09 PM, Tim Chase wrote: > On 2015-05-03 14:35, Matthys wrote: > > I posted the question also on stackoverflow: > > >

Re: How to represent a calendar month as a field in django models

2015-05-04 Thread Tim Chase
On 2015-05-03 14:35, Matthys wrote: > I posted the question also on stackoverflow: > > http://stackoverflow.com/questions/30017229/how-to-represent-month-as-field-on-django-model > > The question is for situations where a model instance relates to a > specific month, but not to a specific day. I

Re: How to represent a calendar month as a field in django models

2015-05-04 Thread Matthys Kroon
t;self.month += dm > > Sorry, that's supposed to be: > > def add_months(self, n): > assert n >= 0 > dy, self.month = divmod(self.month + n, 12) > self.year += dy > > > Disclaimer: This possibly only applies to the Gregorian cale

Re: How to represent a calendar month as a field in django models

2015-05-04 Thread Erik Cederstrand
, 12) >self.year += dy >self.month += dm Sorry, that's supposed to be: def add_months(self, n): assert n >= 0 dy, self.month = divmod(self.month + n, 12) self.year += dy Disclaimer: This possibly only applies to the Gregorian cale

Re: How to represent a calendar month as a field in django models

2015-05-04 Thread Erik Cederstrand
> Den 04/05/2015 kl. 13.26 skrev Matthys Kroon : > > I'm specifically looking at only situations where the year and month alone > are significant. > > The downside I see with using a DateField and forcing the day to the first of > the month, with custom widget etc. is that somebody looking at

Re: How to represent a calendar month as a field in django models

2015-05-04 Thread Matthys Kroon
Hi, I'm specifically looking at only situations where the year and month alone are significant. The downside I see with using a DateField and forcing the day to the first of the month, with custom widget etc. is that somebody looking at the database may not realize that something unusual is going

Re: How to represent a calendar month as a field in django models

2015-05-03 Thread Mike Dewhirst
On 4/05/2015 12:31 PM, Tom Lockhart wrote: Surely that would destroy data which wouldn’t be desirable. I’m not sure how that follows. If you are adjusting a date from whatever it actually is to the first of the month you lose the actual date. Although the question does not state it exp

Re: How to represent a calendar month as a field in django models

2015-05-03 Thread Tom Lockhart
On May 3, 2015, at 7:17 PM, Mike Dewhirst wrote: > On 4/05/2015 11:41 AM, Tom Lockhart wrote: >> On May 3, 2015, at 2:35 PM, Matthys wrote: >> >>> I posted the question also on stackoverflow: >>> >>> http://stackoverflow.com/questions/30017229/how-to-represent-month-as-field-on-django-model >>

Re: How to represent a calendar month as a field in django models

2015-05-03 Thread Mike Dewhirst
On 4/05/2015 11:41 AM, Tom Lockhart wrote: On May 3, 2015, at 2:35 PM, Matthys wrote: I posted the question also on stackoverflow: http://stackoverflow.com/questions/30017229/how-to-represent-month-as-field-on-django-model The question is for situations where a model instance relates to a sp

Re: How to represent a calendar month as a field in django models

2015-05-03 Thread Tom Lockhart
On May 3, 2015, at 2:35 PM, Matthys wrote: > I posted the question also on stackoverflow: > > http://stackoverflow.com/questions/30017229/how-to-represent-month-as-field-on-django-model > > The question is for situations where a model instance relates to a specific > month, but not to a specif

How to represent a calendar month as a field in django models

2015-05-03 Thread Matthys
I posted the question also on stackoverflow: http://stackoverflow.com/questions/30017229/how-to-represent-month-as-field-on-django-model The question is for situations where a model instance relates to a specific month, but not to a specific day. -- You received this message because you are su

Re: Problem with google calendar on ancient django version

2014-12-23 Thread Roy Smith
esting. > The plan is to get it up to modern versions of both, but one step at a time. > One oddity is see in the newer site, my google calendar is missing some of > the icons. The problem is that > > https://calendar.google.com/googlecalendar/images/combined_v22.png > >

Problem with google calendar on ancient django version

2014-12-22 Thread Roy Smith
ne step at a time. One oddity is see in the newer site, my google calendar is missing some of the icons. The problem is that https://calendar.google.com/googlecalendar/images/combined_v22.png (a bunch of sprited images) is failing to load on the 2.3.8 site, with "net::ERR_BLOCKED_BY_CLI

Re: active/alive Calendar app options for Django

2014-05-09 Thread Adam Teale
Thanks a lot for taking the time to write back to me, I am very thankful. If you don't mind would you be able to give me a few more pointers? I can't see the calendar app in admin - do I need to add in to the admin.py file? And I am getting browser errors related to the static files

Re: active/alive Calendar app options for Django

2014-05-09 Thread Venkatraman S
On Fri, May 9, 2014 at 7:26 PM, Adam Teale wrote: > Well it looks like I am not getting any errors! Great, and I can see the > calendar controls. > But no calendar! > Do I need to create my own calendar model - Event, EventType.. etc? And > plug that into the bootstrap_calendar

Re: active/alive Calendar app options for Django

2014-05-09 Thread Adam Teale
Well it looks like I am not getting any errors! Great, and I can see the calendar controls. But no calendar! Do I need to create my own calendar model - Event, EventType.. etc? And plug that into the bootstrap_calendar. I think I'm missing a rather important piece in the puzzle. If you have

Re: active/alive Calendar app options for Django

2014-05-09 Thread Adam Teale
, 2014 at 1:55 AM, Adam Teale wrote: > >> Hi guys, >> >> Quick question, anyone using or know of a calendar app that is currently >> in active development that i could use in my django app? >> >> I've been trying to get django-swingtime and django_bootst

Re: active/alive Calendar app options for Django

2014-05-08 Thread Venkatraman S
On Fri, May 9, 2014 at 1:55 AM, Adam Teale wrote: > Hi guys, > > Quick question, anyone using or know of a calendar app that is currently > in active development that i could use in my django app? > > I've been trying to get django-swingtime and django_bootstrap_calenda

active/alive Calendar app options for Django

2014-05-08 Thread Adam Teale
Hi guys, Quick question, anyone using or know of a calendar app that is currently in active development that i could use in my django app? I've been trying to get django-swingtime and django_bootstrap_calendar but i've got errors that i can't seem to resolve and i think their

Django calendar error

2014-05-07 Thread hito koto
I hava also have some error , Why ? i did import calendar! ViewDoesNotExist at /admin/auth/user/ Could not import tcsarticle.views.calendar. View is not callable. Request Method: GET Request URL: http://admin/auth/user/ Django Version: 1.6.2 Exception Type: ViewDoesNotExist Exception

Jquery Calendar with Django

2014-05-01 Thread coded kid
Hello, I would like to know where I can get a jquery calendar that's similar to airbnb's own. Kindly help me out. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails fr

Re: Django Calendar App Just Like Google Calendar

2013-09-03 Thread Margie Roswell
cheduler-django > > Makes a clone and run with django 1.5, to customize visit > http://dhtmlx.com/docs/products/dhtmlxScheduler/index.shtml > > > > Em sábado, 12 de janeiro de 2013 04h59min50s UTC-2, kashif escreveu: > >> Hello Guys, >> >> Is there any django

Re: Django Calendar App Just Like Google Calendar

2013-08-10 Thread Tito Gonzales
, kashif escreveu: > > Hello Guys, > > Is there any django app available that is a replica of google calendar? > I have checked django-scheduler, django-swingtime and couple of more but > the hardest part with these apps/projects is the limited documentation. > Can anybody please

Re: Django Calendar App Just Like Google Calendar

2013-08-10 Thread Margie Roswell
Does anyone have a module available that can do a calendar? The winter thread below involved a whole bunch of coding-from scratch. I'm not yet a super-coder... (I do have coding skillsets) and I'm just learning django, and python. I figure I'll learn django best if I have a real p

Re: Django Calendar App Just Like Google Calendar

2013-01-14 Thread Iñigo Medina
recurrences=form.cleaned_data['recurrences'], > > recurrence_end_date=None, > > interval=interval > > ) > > You need to save the first appointment from which everything was created so > th

Re: Django Calendar App Just Like Google Calendar

2013-01-13 Thread Iñigo Medina
g are the > recurring appointments but python's rrule was great help there. I'm going to code a kind of calendar too. I'm still thinking on a good approach for the recurring appointments at the data model level. Are you using any app for that? Or did you define your own data model?

Re: Django Calendar App Just Like Google Calendar

2013-01-12 Thread Mario Gudelj
om scratch with fullcaledar.js, backbone and tastypie >> On 12 Jan, 2013 6:00 PM, "Kashif Ali" wrote: >> >>> Hello Guys, >>> >>> Is there any django app available that is a replica of google calendar? >>> I have checked django-scheduler, dja

Re: Django Calendar App Just Like Google Calendar

2013-01-12 Thread Mario Gudelj
I don't think there is one. I looked for one few months ago and ended up building one from scratch with fullcaledar.js, backbone and tastypie On 12 Jan, 2013 6:00 PM, "Kashif Ali" wrote: > Hello Guys, > > Is there any django app available that is a replica of google ca

Django Calendar App Just Like Google Calendar

2013-01-11 Thread Kashif Ali
Hello Guys, Is there any django app available that is a replica of google calendar? I have checked django-scheduler, django-swingtime and couple of more but the hardest part with these apps/projects is the limited documentation. Can anybody please guide me what app can serve my purpose? Thanks

How to use admin Calendar widget in django application

2012-09-13 Thread Anwar Shaikh
Hello , I am trying to implement admin calendar widget in application. There is no media folder in my application I have googled a lot but ddnt find a way to add in my application can anybody help me -- You received this message because you are subscribed to the Google Groups "Django

Re: Django 1.4 admin. Calendar widget appears for DateTimeField but not DateField

2012-08-16 Thread Lachlan Musicman
Grimmus, You haven't really given us a lot of information to work with. My suggestion is: 1. Try it in another browser or clear your cache and try again 2. Send some more information, by (for example) using a code inspector (show source, firebug, etc) to see if the jquery and template code is in

Django 1.4 admin. Calendar widget appears for DateTimeField but not DateField

2012-08-16 Thread grimmus
I have checked for missing resources (jquery etc.) but all external assets are being loaded correctly. It's just that nothing appears beside the textbox for the DateField ! Anyone any ideas why this might be happening ? Thanks -- You received this message because you are subscribed to the Goo

Re: reusable django event/calendar app

2012-08-05 Thread wikus
On Monday, May 14, 2012 4:26:15 PM UTC, KentH wrote: > Hi, > > Is there an event/calendar/schedule app that people currently use? > > All of the ones I've come across (django-schedule, django-cal-event, etc) > appear to have been last modified in '07, 

Re: reusable django event/calendar app

2012-05-14 Thread Kizzo Kilgore
an event/calendar/schedule app that people currently use? > > All of the ones I've come across (django-schedule, django-cal-event, etc) > appear to have been last modified in '07, '08, or so. I was hoping to find > something compatible with current release of Django

reusable django event/calendar app

2012-05-14 Thread KentH
Hi, Is there an event/calendar/schedule app that people currently use? All of the ones I've come across (django-schedule, django-cal-event, etc) appear to have been last modified in '07, '08, or so. I was hoping to find something compatible with current release of Django.

Re: I can't select day with calendar widget

2010-10-11 Thread renevie...@gmail.com
On Sat, Oct 9, 2010 at 10:37 AM, Steve Holden wrote: > As others have observed, I see the correct dates for holidays I created, > including 2010-10-10. > > regards >  Steve > Hello I have a new antecedent to add. the 2010-10-10, our local clocks has changed from clt to clst can this to be the b

Re: I can't select day with calendar widget

2010-10-09 Thread Steve Holden
t; > For you can check this problem > > I hope any comment > > thanks.. > > On 7 oct, 18:25, "renevie...@gmail.com" wrote: >> Hello. >> >> I've a problem with the calendar widget. >> >> I created a sandbox project with ju

Re: I can't select day with calendar widget

2010-10-09 Thread renevie...@gmail.com
On Sat, Oct 9, 2010 at 10:12 AM, Mario wrote: > Rene, > > When you say "the problem happens when I select 2010-10-10  in the > widget , then > 2010-10-09 is set in the field." What do you exactly mean? It looks > like you need to revisit your app/models.py. > > V/r, > > Mario > Hello Mario my mo

Re: I can't select day with calendar widget

2010-10-09 Thread renevie...@gmail.com
On Sat, Oct 9, 2010 at 9:33 AM, Christoph wrote: > Hi Rene, > > I tried to replicate your problem. I selected the 10th of October > 2010, 2010-10-10 is set in the field and I can also safe it as such. > > So, try again and see if the problem is still there. > > Best regards, > Christoph Thank you

Re: I can't select day with calendar widget

2010-10-09 Thread Mario
> > I've a problem with the calendar widget. > > I created a sandbox project with just one entity and one date attribute > then I registered in the admin > > nothing else > > the problem happens when I select 2010-10-10  in the widget , then > 2010-10-09 is set in t

Re: I can't select day with calendar widget

2010-10-09 Thread Christoph
;ve upload the sandbox project whit develop server > tohttp://200.63.96.245:8000/admin/ > user and p: test > > For you can check this problem > > I hope any comment > > thanks.. > > On 7 oct, 18:25, "renevie...@gmail.com" wrote: > > > Hello. > >

Re: I can't select day with calendar widget

2010-10-09 Thread Rene Vielma
Hello I've upload the sandbox project whit develop server to http://200.63.96.245:8000/admin/ user and p: test For you can check this problem I hope any comment thanks.. On 7 oct, 18:25, "renevie...@gmail.com" wrote: > Hello. > > I've a problem with the cal

I can't select day with calendar widget

2010-10-07 Thread renevie...@gmail.com
Hello. I've a problem with the calendar widget. I created a sandbox project with just one entity and one date attribute then I registered in the admin nothing else the problem happens when I select 2010-10-10 in the widget , then 2010-10-09 is set in the field. I don't know if th

Calendar Templatetag

2010-07-10 Thread Mario
Hello, I am currently using the Calendar Templatetag found at http://djangosnippets.org/snippets/129/ and it suites my current needs. However, I would like to extend the functionality of the templatetag by rendering previous and next months i.e., June 2010, July 2010, August 2010, September 2010

Re: Admin calendar popups on datefield suddenly missing

2010-01-22 Thread Bill Freeman
Note that the net tab in firebug is one way to see which references aren't loading. On Fri, Jan 22, 2010 at 6:26 AM, David De La Harpe Golden wrote: > Walt wrote: >> Okay, we're getting somewhere. It can find the JS file(s) just fine > > The static files maybe. > >> and I see that the calendars a

Re: Admin calendar popups on datefield suddenly missing

2010-01-22 Thread David De La Harpe Golden
Walt wrote: > Okay, we're getting somewhere. It can find the JS file(s) just fine The static files maybe. > and I see that the calendars are added dynamically. However, I'm > have found that it is generating a javascript error when the page > loads: > > Error: gettext is not defined Now, I'm wo

Re: Admin calendar popups on datefield suddenly missing

2010-01-21 Thread Ramiro Morales
On Thu, Jan 21, 2010 at 5:31 PM, Walt wrote: > Okay... The latest release of django that I downloaded has this: > > > A previous version that is currently working is this: > > > How can I modify or specify that path? And why would it have > changed? Because in the development version that was [

  1   2   3   >