ó
¸9—^c           @   sJ   d  d l  m Z d  d l m Z d  d l m Z d e f d „  ƒ  YZ d S(   iÿÿÿÿ(   t   BaseCommand(   t   get_random_secret_key(   t   signalcommandt   Commandc           B   s#   e  Z d  Z e Z e d „  ƒ Z RS(   sG   Generates a new SECRET_KEY that can be used in a project settings file.c         O   s   t  ƒ  S(   N(   R   (   t   selft   argst   options(    (    s[   /tmp/pip-unpacked-wheel-a0M10Y/django_extensions/management/commands/generate_secret_key.pyt   handle   s    (   t   __name__t
   __module__t   helpt   Falset   requires_system_checksR   R   (    (    (    s[   /tmp/pip-unpacked-wheel-a0M10Y/django_extensions/management/commands/generate_secret_key.pyR      s   N(   t   django.core.management.baseR    t   django.core.management.utilsR   t"   django_extensions.management.utilsR   R   (    (    (    s[   /tmp/pip-unpacked-wheel-a0M10Y/django_extensions/management/commands/generate_secret_key.pyt   <module>   s   