adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
87 stars 28 forks source link

django cms plugin #213

Open i-salameh95 opened 2 days ago

i-salameh95 commented 2 days ago

plugin of django-appointment to integrate with django cms, it would be perfect, I have seen many ideas of appointment plugin with wordpress/ php frameworks, but for django not yet.

this app seems contain all features for scheduling appointment.

adamspd commented 2 days ago

Hi @i-salameh95, thanks for testing the app. It's a great idea indeed for the plugin of django-appointment. Thing is, I have 0 experience in the matter. So if you have ideas, how-tos or even better, could do a pull request, that would be awesome.

i-salameh95 commented 2 days ago

I will make "apphook" which means integrate Django app into django cms, without writing many codes in django cms, just small code for plugin. I will do pull request when I finish doing that.

if you need to know more about what app-hook mean in django cms, please see this page apphook

adamspd commented 1 day ago

I will make "apphook" which means integrate Django app into django cms, without writing many codes in django cms,

just small code for plugin.

I will do pull request when I finish doing that.

if you need to know more about what app-hook mean in django cms, please see this page

apphook

Thank you. I will have a look at it and try it as well.