Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

jtuz/django-events-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Events calendar v0.3.6-pre-alpha

Summary

The aim for this project is to help developers with basic tasks for events publications on a web site.

Dependency Package

You need install django-extensions to get this app working well

Features

Some basic features from this application are:

  • Support for multiple web sites using django.contrib.sites.

  • Allows to know user authoring.

  • Main image for event

  • WYSIWYG editor for main content based on tinymce 4.0b3, if you want to set your own language visit tinymce translation page and look for your translation and put it on static/js/tinymce/langs and set your language parameter on static/js/textarea-events.js to:

    tinymce.init({
       language: 'your-language'
    });
    

Main Content

  • Creation date & last update for event.
  • Allows to publish and unpublish and event.
  • Roadmap with:
    • Event Date.
    • Event Place.
    • Event City.
    • Status Event(Active, Cancelled, Suspended).
  • Internationalization support.
  • Image Gallery.

Image Gallery

  • Video Gallery with youtube previsualization.

Image Gallery

  • Json string to work with fullcalendar jQuery plugin described on this documentation:

    [{
         "url": "/eventos/current/9a-y-10a-etapas-del-campeonato-nacional-de-enduro",
         "start": "2013-06-28",
         "end": "2013-06-30",
         "title": "9A Y 10A ETAPAS DEL CAMPEONATO NACIONAL DE ENDURO"
     },
     {
         "url": "/eventos/current/racing-bike-capital",
         "start": "2013-06-23",
         "end": "2013-06-23",
         "title": "RACING BIKE CAPITAL"
     },
     {
         "url": "/eventos/current/campeonato-nacional-nestel-de-supermoto",
         "start": "2013-06-01",
         "end": "2013-06-02",
         "title": "CAMPEONATO NACIONAL NEXTEL DE SUPERMOTO"
     }]
    

Here are some samples for Django Events Calendar in action with fullcalendar:

  • Yamaha Terraventura
  • Get summary for:
    • Active events.
    • Inactive events.
    • Last 5 Recent events.
    • Events by site.
    • Events by user.
    • Next events.
    • Past due events.
    • Today events.
    • Events by date.
    • Events by Month.
    • Dates for event.
    • The first & last day for event

If you want to contribute with any kind of corrections or request features, feel free to make a fork or send me an email.

About

Django app to manage and publish Events on a Web Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published