All Projects → celery → Celeryproject

celery / Celeryproject

Licence: other
The official Celery Project website

Labels

Projects that are alternatives of or similar to Celeryproject

Alexa Browser Client
Alexa client in your browser. Django app.
Stars: ✭ 12 (-20%)
Mutual labels:  django
Docker Taiga
Docker container for Taiga https://taiga.io
Stars: ✭ 14 (-6.67%)
Mutual labels:  django
Jong
🐍 💡 JOplin Notes Generator - project replaced by https://github.com/foxmask/yeoboseyo
Stars: ✭ 15 (+0%)
Mutual labels:  django
Requery
Store e run queries on database to help system manager of a Django website
Stars: ✭ 12 (-20%)
Mutual labels:  django
Django Suit Daterange Filter
Filter for django-admin allowing lookups by date range
Stars: ✭ 13 (-13.33%)
Mutual labels:  django
Contributr
An online tool for programmers to find projects they can contribute to and project maintainers to find contributors.
Stars: ✭ 14 (-6.67%)
Mutual labels:  django
Django Blogging System
This is blog system created using Django 1.11.4 and Python3
Stars: ✭ 11 (-26.67%)
Mutual labels:  django
Django Celery Beat
Celery Periodic Tasks backed by the Django ORM
Stars: ✭ 884 (+5793.33%)
Mutual labels:  django
Djangoffice
Project management/CRM for small offices - Clients, Jobs, Tasks, Rates, Activities, Timesheets, Contacts, Invoices etc. etc.
Stars: ✭ 13 (-13.33%)
Mutual labels:  django
Bootcamp Kodluyoruz Org
Kodluyoruz.org icin Gelistirilen BootCamp Altyapisi
Stars: ✭ 15 (+0%)
Mutual labels:  django
Palewi.re
The once and future blog
Stars: ✭ 12 (-20%)
Mutual labels:  django
Pytest Django
A Django plugin for pytest.
Stars: ✭ 872 (+5713.33%)
Mutual labels:  django
Django Bootstrap4
Bootstrap 4 integration with Django.
Stars: ✭ 877 (+5746.67%)
Mutual labels:  django
Django Oml
Object Moderation Layer
Stars: ✭ 12 (-20%)
Mutual labels:  django
Drf Tus
A Tus (tus.io) library for Django Rest Framework
Stars: ✭ 15 (+0%)
Mutual labels:  django
Django Controlcenter
Set of widgets to build dashboards for Django projects
Stars: ✭ 866 (+5673.33%)
Mutual labels:  django
Channelslightscontrol
Demo app with Django Channels to control Lights over websockets. Made for PyStPete meetup(https://www.meetup.com/Saint-Petersburg-Python-Meetup/).
Stars: ✭ 14 (-6.67%)
Mutual labels:  django
Django Domande
[UNMAINTAINED] A plugable Django app to represent generic questions on forms.
Stars: ✭ 15 (+0%)
Mutual labels:  django
Timed Backend
Django API for the Timed application
Stars: ✭ 15 (+0%)
Mutual labels:  django
Georide Position
get the last day deplacement of the georide tracker
Stars: ✭ 15 (+0%)
Mutual labels:  django

Celeryproject website

The official Celery Project website

Required Django apps

  • sorl-thumbnail

How to run celeryproject in local

The project contains a requirements.txt file, so it's enough that you create a virtual env and you install the requirements using pip

pip install -r requirements.txt

After that make sure to create a dev.py file in the settings folder, you can use as template the dev.py.sample, and just fill in your local database settings. Once done you can run the Django syncdb command and feel free to create an admin user.

python manage.py syncdb

Once this is done the website is ready to run, but if you want some content coming from the celeryproject website you can load the sample data from the fixtures by running:

python manage.py loaddata sampledata.json

Feel free to contribute or propose new features/content for the website.

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].