Hi,
Okay I had just typed out 4 paragraphs of how I want to use South and the different things I tried to do to use it on my app but the textarea got wiped out after I clicked the button and my wifi stuttered.
So, I'm just going to ask: What does it take for me to run commands like: python manage.py convert_to_south myapp or python manage.py schemamigration myapp --initial ? I've already included 'south' in my INSTALLED_APPS section of the correct settings.py file.
It's probably something really basic as I couldn't find any previous questions being asked regarding this. Thanks!