I’m getting this error
Error: Could not import settings 'app_name.settings' (Is it on sys.path?): No module named settings
I’m running a development local server and it stopped worked after I made some 400 inserts. Any pointers as to what caused this? The files are there and permissions are correct.
Update:
I’ve tried reverting back to a commit a few days old when it worked, but it still doesn’t.
I copied the project folder to another directory, deleted .DStore as well, and copied the folder back, and it works now