the steps of migration using south in Django...
As title
- migrate
As title
Start simple SMTP server on localhost:25 and print to standard output all email headers and the email body. Useful for debugging outgoing mail without configuring SMTP daemon in development enviroment.
When you use Virtualfish, the virtualenv wrapper for the fish shell, you can add hooks for whenever the virtualenv is activated. This little snippet sets some important environment variables and adds the manage.py command with autocompletion so that you won't ever need to write "python ./manage.py help" ever again, but only "manage <TAB>". For this to work you need to source or paste this code in your ~/.config/fish/config.fish
Rename apache (or any) processes to be easily identified from ps output.
Searches through templates, adding the `{% csrf_token %}` tag whenever it finds a form that posts.
5 snippets posted so far.