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 actually tried to use anything yet.


Just wanted to know if someone had any experience with anything like 
that, but thanks a lot for your pointers.


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 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/b1856389-c812-0dda-7572-621b767f6607%40stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.


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 what should be there, user management, possibly
> "blog like" entries, a photo gallery etc. I think I've found some pretty
> good existing Django apps for that, so that shouldn't be a problem to
> integrate them together somehow.
>
> A really cool feature though, would be to have some kind of
> 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
> 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, but it would be a lot easier for me
> if an existing project already supports something similar that I could
> integrate.
>
> Anyone who has any experience with doing something that or could
> recommend where I should look?
>
> Thanks a lot!
>
> 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 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/7c77a814-7416-91ce-25db-1b3f0f22bd03%40stacktrace.dk
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAD6-5Ci0YMo1HuwLazKHPqCVWdVCdO3%2BzEvgpkMBYF3mHGNt9A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: A calendar booking app

2018-06-05 Thread carlos
Hi, maybe try use

https://github.com/llazzaro/django-scheduler

https://github.com/bitlabstudio/django-booking

or find here
https://djangopackages.org/

On Tue, Jun 5, 2018 at 9:34 AM, Dan Tagg  wrote:

> I'm looking for the same thing Kasper -- Django based not PHP.
>
> Dan
>
> On 5 June 2018 at 13:32, 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 what should be there, user management, possibly
>> "blog like" entries, a photo gallery etc. I think I've found some pretty
>> good existing Django apps for that, so that shouldn't be a problem to
>> integrate them together somehow.
>>
>> A really cool feature though, would be to have some kind of
>> 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
>> 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, but it would be a lot easier for me if
>> an existing project already supports something similar that I could
>> integrate.
>>
>> Anyone who has any experience with doing something that or could
>> recommend where I should look?
>>
>> Thanks a lot!
>>
>> 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 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/ms
>> gid/django-users/7c77a814-7416-91ce-25db-1b3f0f22bd03%40stacktrace.dk.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Wildman and Herring Limited, Registered Office: 28 Brock Street, Bath,
> United Kingdom, BA1 2LN
> 
> , Company no: 05766374
>
> --
> 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/CAPZHCY6bO9hKhQNzHuDz_-L6JiWFfCCk6hJr9uxbMhy9%
> 2BWvZnA%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
att.
Carlos Rocha

-- 
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/CAM-7rO1QU390%3DPQSG7ByT-S1PdVnW_7Fpiwy%3DyMU7Yznz%2Bwpbw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: A calendar booking app

2018-06-05 Thread Dan Tagg
I'm looking for the same thing Kasper -- Django based not PHP.

Dan

On 5 June 2018 at 13:32, 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 what should be there, user management, possibly
> "blog like" entries, a photo gallery etc. I think I've found some pretty
> good existing Django apps for that, so that shouldn't be a problem to
> integrate them together somehow.
>
> A really cool feature though, would be to have some kind of
> 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
> 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, but it would be a lot easier for me if
> an existing project already supports something similar that I could
> integrate.
>
> Anyone who has any experience with doing something that or could recommend
> where I should look?
>
> Thanks a lot!
>
> 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 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/ms
> gid/django-users/7c77a814-7416-91ce-25db-1b3f0f22bd03%40stacktrace.dk.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Wildman and Herring Limited, Registered Office: 28 Brock Street, Bath,
United Kingdom, BA1 2LN, Company no: 05766374

-- 
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/CAPZHCY6bO9hKhQNzHuDz_-L6JiWFfCCk6hJr9uxbMhy9%2BWvZnA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 for this (or 
anything for that matter :-)), but thanks anyway.


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 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/0c17eb41-e75a-1761-cb41-d6550eea28b8%40stacktrace.dk.
For more options, visit https://groups.google.com/d/optout.


Re: A calendar booking app

2018-06-05 Thread HaatBhaar Developer
Dude,
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.
Hope we will be in the same track.

On 5 June 2018 at 18:02, 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 what should be there, user management, possibly
> "blog like" entries, a photo gallery etc. I think I've found some pretty
> good existing Django apps for that, so that shouldn't be a problem to
> integrate them together somehow.
>
> A really cool feature though, would be to have some kind of
> 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
> 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, but it would be a lot easier for me if
> an existing project already supports something similar that I could
> integrate.
>
> Anyone who has any experience with doing something that or could recommend
> where I should look?
>
> Thanks a lot!
>
> 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 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/ms
> gid/django-users/7c77a814-7416-91ce-25db-1b3f0f22bd03%40stacktrace.dk.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Hello,

Thanks and Warm Regards
---
HaatBhaar Team | +91-906-708-0040 <(906)%20708-0040>
--
Sabka *HaatBhaar*, Sabka *Udhaar*!

-- 
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/CACNYMYpb%3DyiBGCpaYSdujbuCa8pGQn6n_BQoQV3anuReqJUP9Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.