We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Workflows (markdown)
One last addition to "Adding a user on the development server".
Fixing the procedure to add a user on the development server.
Forgot a detail about adding users manually.
Note about Pillow + Ubuntu installation, updated pip docs link, and note about installing packages from an archive.
Added a section: Adding a user on a development server.
Edited the server update workflow to no longer mention git checkout -- <path to file>, because we don't track .pyc's anymore.
MySQL server setup edited.
Edited the pip-installed packages section title.
Python package sections have been rearranged a bit. pip first, then virtualenv, then weird packages, then others. Also edited pip and virtualenv info a bit.
Update on NumPy installation.
Additional note on the DATABASES setting.
MySQL-Python notes updated.
Added django-celery as a package that installs many other packages as dependencies.
Moved pyyaml to be one of the regular pip-installed packages. It doesn't require a binary or anything, apparently.
Changed "packages to be installed manually" to "packages with specific installation instructions"
Update on PIL and Pillow.
Typo fix.
Not sure if easy_install == setuptools, that could be quite inaccurate.
Update on Python versions.
Apparently, you can make an ordered list without putting in the correct numbers; you just need any number.
Creating South migrations - filled in.
Running South migrations - filled in.
Small update to the server update workflow.
Update on PyCharm, virtualenv, and unit tests.
Note about PyCharm, virtualenv, and unit tests...
Added to the notes on running the server.