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.
|
|
;;; python-django-autoloads.el --- automatically extracted autoloads;;;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "python-django" "python-django.el" (0 0 0 0));;; Generated autoloads from python-django.el
(autoload 'python-django-open-project "python-django" "\
Open a Django project at given DIRECTORY using SETTINGS.Optional argument EXISTING is internal and should not be used.
The recommended way to chose your project root, is to use thedirectory containing your settings module; for instance if yoursettings module is in /path/django/settings.py, use /path/django/as your project path and django.settings as your settings module.
When called with no `prefix-arg', this function will try to findan opened project-buffer, if current buffer is already a projectbuffer it will cycle to next opened project. If no projectbuffers are found, then the user prompted for the project pathand settings module unless `python-django-project-root' and`python-django-project-settings' are somehow set, normally viadirectory local variables. If none of the above matched or thefunction is called with one `prefix-arg' and there are projectsdefined in the `python-django-known-projects' variable the useris prompted for any of those known projects, if the variableturns to be nil the user will be prompted for project-path andsettings module (the same happens when called with two or more`prefix-arg').
\(fn DIRECTORY SETTINGS &optional EXISTING)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "python-django" '("python-django-")))
;;;***;; Local Variables:;; version-control: never;; no-byte-compile: t;; no-update-autoloads: t;; coding: utf-8;; End:;;; python-django-autoloads.el ends here
|