Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jamma

A simple proof of concept implementation of plausible analytics made using django django rest framework and celery

How to Setup the Project

create a python virtual environment and activate it

python -m venv venv
source venv/bin/activate # different step is required for windows os for activation of venv

install the requirements file

pip install -r requirements.txt

make migrations and migrate

python manage.py makemigrations
python manage.py migrate 

start redis server

redis-server #different step is required for windows os

start celery worker

celery -A core worker -l info #different step is required for windows

run the development server

python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages