Skip to content

Djano based backend for apex online education platform.

Notifications You must be signed in to change notification settings

atharvatechnology/apex-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apex-backend

Djano based backend for apex online education platform.

Setup Environment

Fork the project

  • fork and clone the project (assumed you have ur ssh setup)
[email protected]:atharvatechnology/apex-backend.git

Setup conda env

  • setup conda
conda create --name apex python=3.10.4
  • install packages
pip install -r requirements.txt
  • install precommit requiments
pre-commit install

Run Celery for Periodic Task

  • command
celery -A apex worker --beat --scheduler django -l info

Run celery along with scheduler

  • in terminal inside root of the project
celery -A apex worker -l info -B --scheduler django_celery_beat.schedulers:DatabaseScheduler

About

Djano based backend for apex online education platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages