Coder Social home page Coder Social logo

django-events-calendar's Introduction

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.

django-events-calendar's People

Contributors

jtuz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

django-events-calendar's Issues

Installation and Configuration

Hello,

Okay, I installed and configured based per your directions. Do you have a full installation and configuration guide for setting up the events app after integration with the Django framework?

I am looking for setting up the application URL along with the other pertinent information supporting the calendar app. I appreciate your contributions to the community.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.