| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/django/core/management/commands/__pycache__/ |
Upload File : |
�
�|�e{ � � � d dl Z d dlZd dlZd dlZd dlZd dlmZ d dlmZ d dlm Z m
Z
d dlmZm
Z
mZ d dlmZ d dlmZ edej � � Z G d � d
e � � ZdS )� N)�datetime)�settings)�BaseCommand�CommandError)�
WSGIServer�get_internal_wsgi_application�run)�
autoreload)�_lazy_re_compilez�^(?:
(?P<addr>
(?P<ipv4>\d{1,3}(?:\.\d{1,3}){3}) | # IPv4 address
(?P<ipv6>\[[a-fA-F0-9:]+\]) | # IPv6 address
(?P<fqdn>[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*) # FQDN
):)?(?P<port>\d+)$c �\ � � e Zd ZdZg ZdZdZdZdZdZ e
Zd� Z� fd�Z
d � Zd
� Zd� Zd� Z� xZS )
�Commandz0Starts a lightweight Web server for development.)�shutdown_messagez 127.0.0.1z::1�8000�httpc �� � |� ddd�� � |� ddddd �
� � |� ddd
d�
� � |� dddd�
� � d S )N�addrport�?z$Optional port number, or ipaddr:port)�nargs�helpz--ipv6z-6�
store_true�use_ipv6z$Tells Django to use an IPv6 address.)�action�destr z
--nothreading�store_false�
use_threadingz"Tells Django to NOT use threading.z
--noreload�use_reloaderz*Tells Django to NOT use the auto-reloader.)�add_argument)�self�parsers �K/usr/lib/python3/dist-packages/django/core/management/commands/runserver.py�
add_argumentszCommand.add_arguments% s� � �����c�7� �
�
�
� ����d�<�j�7� �
�
�
� ����M��5� �
�
�
� �����^�=� �
�
�
�
�
� c �h �� |d rdt j d<