Skip to content

akliuxingyuan/CarSalesManage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CarSalesManage

collect static files

python manage.py collectstatic

uwsgi.ini

[uwsgi]
http            = 127.0.0.1:8002
chdir           = /var/www/CarSalesManage
wsgi-file       = CarSalesManage/wsgi.py
master          = true
pidfile         = %(chdir)/master.pid
processes       = 1 
threads         = 2 
max-requests    = 6000
daemonize       = %(chdir)/run.log
py-autoreload   = 1
static-map      = /static=$(chdir)/static

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages