forked from eos87/citas
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME
More file actions
32 lines (22 loc) · 698 Bytes
/
README
File metadata and controls
32 lines (22 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Django Agenda.
The best posible agenda aplication for Django ever!
===Status===
* Working for a 0.1 release soon!
===Features===
* Calendar style events
* Shared Events
* Multiple Agendas
* Agenda can be related with almost _any_ model in your django app.
* All the dependencies and static files inlcuded.
* Django >= 1.3 (but can be set on Django < 1.3 with some work)
===Install===
TODO:
* Python setup.py install
* Add agenda to your INSTALLED_APPS
* Include the urls.
* Collect static media: python manage.py collectstatic
* Have fun!
===Authors===
Adolfo Jurgen Fitoria Escobar<adolfo@fitoria.net>
Inspired by a former project by: Helmy Giacoman
Using: jquery fullcalendar plugin.