llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

Installed. And now? #515

Closed aluiss closed 1 year ago

aluiss commented 2 years ago

I have a project in progress, and i likely to add the calendar in it. How do i make it? The calendar will be part of a web system, but it will not will have a page separate.

llazzaro commented 2 years ago

Hi! Please check https://github.com/llazzaro/django-scheduler-sample Most of the users of this app use the model or the API.

I don't recommend using the current templates, since those are very old and likely to be deprecated.

I hope to update the documentation with a quickstart, this is a common question.

Thanks!