Is Django suitable for this purpose?

53 views
Skip to first unread message

Mike Taylor

unread,
Jan 20, 2015, 4:52:33 PM1/20/15
to django...@googlegroups.com
I want to have an appointment booking option built into a website for a clinic.

The feature needs to integrate with the software that runs their office ( http://www.atlaschirosys.com/)

In order to be fully useful, it would need to be virtually instantaneous in filling the requested appointment spot.  A time lag of more than a couple minutes would not be acceptable.

So, is this even possible and is Django the best tool for building it?

Thank you for ANY input.

Avraham Serour

unread,
Jan 20, 2015, 5:44:39 PM1/20/15
to django...@googlegroups.com
I'm not sure what kind of answers you expect by asking if django is the best tool on a django forum...

In any case, of course it is possible to do this in django, it all depends on you, django is just a framework but you still need to connect the dots

the time lag would only depend on how you code your system and your resources, django should not be on your way

good luck

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15b83a17-8329-4fe0-afde-6f7b40345528%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Cal Leeming

unread,
Jan 20, 2015, 5:54:11 PM1/20/15
to django...@googlegroups.com
On Tue, Jan 20, 2015 at 10:43 PM, Avraham Serour <tov...@gmail.com> wrote:
I'm not sure what kind of answers you expect by asking if django is the best tool on a django forum...

Actually, OP should expect impartial advice on suitability, as list membership does not automatically mean devout follower.
 

In any case, of course it is possible to do this in django, it all depends on you, django is just a framework but you still need to connect the dots

+1, although I would argue that there are already many hosted appointment booking systems out there, you should probably use one of those services instead. To make the two systems work, either make use of their webhooks, or if they don't have any, then write a connector for them. 
 

the time lag would only depend on how you code your system and your resources, django should not be on your way

good luck

On Tue, Jan 20, 2015 at 11:52 PM, Mike Taylor <kenl...@gmail.com> wrote:
I want to have an appointment booking option built into a website for a clinic.

The feature needs to integrate with the software that runs their office ( http://www.atlaschirosys.com/)

In order to be fully useful, it would need to be virtually instantaneous in filling the requested appointment spot.  A time lag of more than a couple minutes would not be acceptable.

So, is this even possible and is Django the best tool for building it?

Thank you for ANY input.

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/15b83a17-8329-4fe0-afde-6f7b40345528%40googlegroups.com.
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.

Collin Anderson

unread,
Jan 22, 2015, 8:40:39 PM1/22/15
to django...@googlegroups.com
Hi,

As others have mentioned, it's totally possible. Regardless of using Django or not, the integration could easily be the hardest part, and that's where the "up to a minute delay" could come in.

Collin
Reply all
Reply to author
Forward
0 new messages