Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then you can restart uwsgi.

Code Block
$ rm -r /tmp/django_cache
$ sudo service uwsgi restart

 

Troubleshooting

If you run into problems you can use `python src/niweb/manage.py -h` to see if there are errors.

...