Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.
/ projeto-show-2 Public archive

Projeto 2 da matéria de desenvolvimento de sistemas

Notifications You must be signed in to change notification settings

socherbyc/projeto-show-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projeto Show 2

It is just a school project.

setup

pip install django

# https://simpleisbetterthancomplex.com/tutorial/2017/08/20/how-to-use-celery-with-django.html
pip install Celery
sudo apt-get install -y erlang
sudo apt-get install rabbitmq-server
sudo systemctl enable rabbitmq-server
sudo systemctl start rabbitmq-server
# sudo systemctl status rabbitmq-server

# -c = número de workers paralelos
celery -A trab2 worker -c 1 -l info

run

python manage.py runserver 0.0.0.0:8000

About

Projeto 2 da matéria de desenvolvimento de sistemas

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published