Forums

deleted the static directory

i accidently delete the static directory in mysite directory..how to get that directory ..pls help me.

at what time did you delete them? the staff can restore a backup for you, but it can take up to 24 hours to restore. plz visit my website

Had you put important files in your "static" directory? Or are you using Django, and it was all stuff that was created by running the Django collectstatic management command? If it's the latter, just create a new empty directory called "static" inside "mysite", then run the management command again.