|
Hello, I started an app using python 2.6 and django 1.3 with mod_wsgi 3.2. I then SSHed into my site, installed some python modules, and made various settings changes. I would like to revert all changes and start fresh. Would this merely entail deleting the web app I created and starting a new one using the same settings (django 1.3, python 2.6, and mod_wsgi 3.2). Or is it possible to change settings beyond apps, meaning to get back to "fresh install" settings, I would need to do more? Please help, thanks. (Basically I was experimenting since this is my first experience with hosting a site and would like to revert all settings). |