usatutor

pre install

some tools

  • del pycahce files
    find . | grep -E "(__pycache__|\.pyc|\.pyo$)" | xargs rm -rf  

command

  • nohup start
    nohup ./manage.py runserver 0.0.0.0:8000&