Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.8 KiB

  1. ;;; python-django-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "python-django" "python-django.el" (0 0 0 0))
  7. ;;; Generated autoloads from python-django.el
  8. (autoload 'python-django-open-project "python-django" "\
  9. Open a Django project at given DIRECTORY using SETTINGS.
  10. Optional argument EXISTING is internal and should not be used.
  11. The recommended way to chose your project root, is to use the
  12. directory containing your settings module; for instance if your
  13. settings module is in /path/django/settings.py, use /path/django/
  14. as your project path and django.settings as your settings module.
  15. When called with no `prefix-arg', this function will try to find
  16. an opened project-buffer, if current buffer is already a project
  17. buffer it will cycle to next opened project. If no project
  18. buffers are found, then the user prompted for the project path
  19. and settings module unless `python-django-project-root' and
  20. `python-django-project-settings' are somehow set, normally via
  21. directory local variables. If none of the above matched or the
  22. function is called with one `prefix-arg' and there are projects
  23. defined in the `python-django-known-projects' variable the user
  24. is prompted for any of those known projects, if the variable
  25. turns to be nil the user will be prompted for project-path and
  26. settings module (the same happens when called with two or more
  27. `prefix-arg').
  28. \(fn DIRECTORY SETTINGS &optional EXISTING)" t nil)
  29. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "python-django" '("python-django-")))
  30. ;;;***
  31. ;; Local Variables:
  32. ;; version-control: never
  33. ;; no-byte-compile: t
  34. ;; no-update-autoloads: t
  35. ;; coding: utf-8
  36. ;; End:
  37. ;;; python-django-autoloads.el ends here