This commit is contained in:
lxsameer 2011-05-22 23:02:16 +04:30
commit 9b440bec86
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
(setq runserver-buffer "*Runserver*")
(setq runserver-process (start-process-shell-command "runserver-process" runserver-buffer "python manage.py runserver --noreload"))