Package ajango :: Package contrib :: Package automatic :: Package management :: Package commands
[hide private]
[frames] | no frames]

Source Code for Package ajango.contrib.automatic.management.commands

 1  ########################################################################### 
 2  #                                                                         # 
 3  #  Copyright (C) 2016  Rafal Kobel <rafyco1@gmail.com>                    # 
 4  #                                                                         # 
 5  #  This program is free software: you can redistribute it and/or modify   # 
 6  #  it under the terms of the GNU General Public License as published by   # 
 7  #  the Free Software Foundation, either version 3 of the License, or      # 
 8  #  (at your option) any later version.                                    # 
 9  #                                                                         # 
10  #  This program is distributed in the hope that it will be useful,        # 
11  #  but WITHOUT ANY WARRANTY; without even the implied warranty of         # 
12  #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the           # 
13  #  GNU General Public License for more details.                           # 
14  #                                                                         # 
15  #  You should have received a copy of the GNU General Public License      # 
16  #  along with this program.  If not, see <http://www.gnu.org/licenses/>.  # 
17  #                                                                         # 
18  ########################################################################### 
19  """ 
20  Pakiet polecen apliakacji automatyzujacej Django. 
21   
22  Polecenia terminala 
23  =================== 
24   
25  Ajango integruje sie z systemem zarzadzania I{Django}, dzieki czemu mozliwe jest 
26  wykonywanie polecen z poziomu skryptu zarzadzajacego C{manage.py} 
27   
28  Przykladowe wywolanie komendy:: 
29   
30      $ python manage.py makeskeleton --help 
31   
32  Dostepne polecenia 
33  ================== 
34   
35  - L{generateapps <ajango.contrib.automatic.management.commands.generateapps>} 
36  - L{makeskeleton <ajango.contrib.automatic.management.commands.makeskeleton>} 
37  - L{ajangogui <ajango.contrib.automatic.management.commands.ajangogui>} 
38  """ 
39