All Projects → llazzaro → django-scheduler-sample

llazzaro / django-scheduler-sample

Licence: other
Example application of django-scheduler

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to django-scheduler-sample

Play Scala Websocket Example
Example Play Scala application showing WebSocket use with Akka actors
Stars: ✭ 194 (+193.94%)
Mutual labels:  example-project
neo4j-faker
Use faker cypher functions to generate demo and test data with cypher
Stars: ✭ 30 (-54.55%)
Mutual labels:  example-data
play-scala-compile-di-example
Example Play Project using compile time dependency injection and Play WS with ScalaTest
Stars: ✭ 37 (-43.94%)
Mutual labels:  example-project
Transport Eta
Twitch streamed 🎥playground repo, README speaks to you.
Stars: ✭ 223 (+237.88%)
Mutual labels:  example-project
h2c-golang-example
Example HTTP/2 Cleartext (H2C) server and client in golang
Stars: ✭ 81 (+22.73%)
Mutual labels:  example-project
examples
🎓 Examples demonstrating the Nette Framework.
Stars: ✭ 89 (+34.85%)
Mutual labels:  example-project
Arenagame
A Unity First Person Shooter game made with Forge networking as an example project.
Stars: ✭ 190 (+187.88%)
Mutual labels:  example-project
Go-Clean-Architecture-REST-API
Golang Clean Architecture REST API example
Stars: ✭ 376 (+469.7%)
Mutual labels:  example-project
play-scala-fileupload-example
An example Play application showing custom multiform fileupload in Scala
Stars: ✭ 29 (-56.06%)
Mutual labels:  example-project
neo4j-ogm-university
Example Project for Neo4j OGM
Stars: ✭ 52 (-21.21%)
Mutual labels:  example-project
Wordpress Plugin Boilerplate Tutorial
Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.
Stars: ✭ 232 (+251.52%)
Mutual labels:  example-project
exemplar
Record functions
Stars: ✭ 16 (-75.76%)
Mutual labels:  example-data
react-relay-example
Example project how to use React, Relay and TypeScript
Stars: ✭ 27 (-59.09%)
Mutual labels:  example-project
Rxjava3 Android Examples
RxJava 3 Android Examples - Migration From RxJava 2 to RxJava 3 - How to use RxJava 3 in Android
Stars: ✭ 213 (+222.73%)
Mutual labels:  example-project
play-java-chatroom-example
Example Chatroom with Java API
Stars: ✭ 33 (-50%)
Mutual labels:  example-project
Cppandroidiosexample
An application example using the same C++ code on both an Android project and an iPhone project.
Stars: ✭ 191 (+189.39%)
Mutual labels:  example-project
bookshelf
My GraphQL playground
Stars: ✭ 64 (-3.03%)
Mutual labels:  example-project
The-Overly-Complicated-Random-Number-Generator
An Overly Complex Random Number Generator, created to demystify how containers work.
Stars: ✭ 25 (-62.12%)
Mutual labels:  example-project
Game-Examples
Godot game examples for gotm.io - the Godot Platform!
Stars: ✭ 27 (-59.09%)
Mutual labels:  example-project
angular-httpclient
Angular 15 Example HttpClient
Stars: ✭ 21 (-68.18%)
Mutual labels:  example-project

django-scheduler-sample

This is a sample project using django-scheduler and django-scheduler-views

Installation

pip install -r requirements.txt

Usage

export DJANGO_SETTINGS_MODULE=project_sample.settings
python manage.py bower install
python manage.py migrate
python manage.py collectstatic
python manage.py runserver
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].