Skip to content

Commit

Permalink
local
Browse files Browse the repository at this point in the history
  • Loading branch information
usmannasir committed Aug 4, 2024
1 parent b56838b commit b424f32
Show file tree
Hide file tree
Showing 5 changed files with 233 additions and 217 deletions.
6 changes: 3 additions & 3 deletions CyberCP/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,16 @@
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'cyberpanel',
'USER': 'cyberpanel',
'PASSWORD': 'VY7ZbcQREu6mSC',
'USER': 'root',
'PASSWORD': 'JjWbFBFDxMI8D8',
'HOST': 'localhost',
'PORT': ''
},
'rootdb': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'mysql',
'USER': 'root',
'PASSWORD': 'VY7ZbcQREu6mSC',
'PASSWORD': 'JjWbFBFDxMI8D8',
'HOST': 'localhost',
'PORT': '',
},
Expand Down
2 changes: 1 addition & 1 deletion cyberpanel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,7 @@ export LC_CTYPE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
#need to set lang to address some pip module installation issue.

Retry_Command "pip install --default-timeout=3600 virtualenv==16.7.9"
Retry_Command "pip install --default-timeout=3600 virtualenv"

Download_Requirement

Expand Down
4 changes: 2 additions & 2 deletions loginSystem/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

urlpatterns = [
path('', views.loadLoginPage, name='adminLogin'),
path('verifyLogin/', views.verifyLogin, name='verifyLogin'),
path('logout/', views.logout, name='logout'),
path('verifyLogin', views.verifyLogin, name='verifyLogin'),
path('logout', views.logout, name='logout'),
]
148 changes: 82 additions & 66 deletions requirments.txt
Original file line number Diff line number Diff line change
@@ -1,82 +1,98 @@
acme==1.9.0
asgiref==3.3.1
asn1crypto==1.4.0
Babel==2.8.0
acme==2.11.0
annotated-types==0.7.0
anyio==4.4.0
asgiref==3.8.1
asn1crypto==1.5.1
attrs==24.1.0
Babel==2.15.0
backports.ssl-match-hostname==3.7.0.1
bcrypt==3.2.0
beautifulsoup4==4.9.3
boto3==1.18.26
botocore==1.21.26
cachetools==4.1.1
certifi==2020.11.8
bcrypt==4.2.0
beautifulsoup4==4.12.3
boto3==1.34.153
botocore==1.34.153
cachetools==5.4.0
certifi==2024.7.4
cffi==1.14.3
chardet==3.0.4
chardet==5.2.0
charset-normalizer==2.0.12
cloudflare==2.8.13
configobj==5.0.6
cryptography==3.2.1
decorator==4.4.2
Django==3.1.3
docker==4.3.1
cryptography==43.0.0
decorator==5.1.1
distro==1.9.0
Django==5.0.7
docker==7.1.0
docker-pycreds==0.4.0
docutils==0.16
docutils==0.21.2
enum34==1.1.10
filelock==3.0.12
exceptiongroup==1.2.2
filelock==3.15.4
funcsigs==1.0.2
future==0.18.2
google-api-core==1.23.0
google-api-python-client==1.12.5
google-auth==1.23.0
google-auth-httplib2==0.0.4
google-auth-oauthlib==0.4.2
googleapis-common-protos==1.52.0
httplib2==0.18.1
idna==2.10
google-api-core==2.19.1
google-api-python-client==2.139.0
google-auth==2.32.0
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.2.1
googleapis-common-protos==1.63.2
h11==0.14.0
httpcore==1.0.5
httplib2==0.22.0
httpx==0.27.0
idna==3.7
ipaddress==1.0.23
IPy==1.0
Jinja2==2.11.3
jmespath==0.10.0
josepy==1.5.0
jsonlines==1.2.0
jsonpatch==1.26
jsonpointer==2.0
IPy==1.1
Jinja2==3.1.4
jmespath==1.0.1
josepy==1.14.0
jsonlines==4.0.0
jsonpatch==1.33
jsonpointer==3.0.0
MarkupSafe==1.1.1
mock==4.0.2
mock==5.1.0
mysqlclient==2.0.1
oauthlib==3.1.0
paramiko==2.9.2
oauthlib==3.2.2
paramiko==3.4.0
parsedatetime==2.6
pbr==5.5.1
pysftp
pexpect==4.8.0
prettytable==1.0.1
protobuf==3.13.0
pbr==6.0.0
pexpect==4.9.0
prettytable==3.10.2
proto-plus==1.24.0
protobuf==5.27.3
psutil==5.7.3
ptyprocess==0.6.0
py3dns==3.2.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
PyNaCl==1.4.0
pyOpenSSL==19.1.0
pyotp==2.4.1
ptyprocess==0.7.0
py3dns==4.0.2
pyasn1==0.6.0
pyasn1_modules==0.4.0
pycparser==2.22
pydantic==2.8.2
pydantic_core==2.20.1
PyNaCl==1.5.0
pyOpenSSL==24.2.1
pyotp==2.9.0
pyparsing==3.1.2
pyRFC3339==1.1
python-dateutil==2.8.1
pytz==2020.4
pysftp==0.2.9
python-dateutil==2.9.0.post0
pytz==2024.1
pyudev==0.22.0
pyxattr==0.7.1
requests==2.26.0
requests-file==1.5.1
requests-oauthlib==1.3.0
requests-toolbelt==0.9.1
rsa==4.6
s3transfer==0.5.0
six==1.15.0
soupsieve==2.0.1
sqlparse==0.4.2
tldextract==3.0.2
tornado==6.1
uritemplate==3.0.1
urllib3==1.26.5
validators==0.18.1
wcwidth==0.2.5
websocket-client==0.57.0
PyYAML==6.0.1
requests==2.32.3
requests-file==2.1.0
requests-oauthlib==2.0.0
requests-toolbelt==1.0.0
rsa==4.9
s3transfer==0.10.2
six==1.16.0
sniffio==1.3.1
soupsieve==2.5
sqlparse==0.5.1
tldextract==5.1.2
tornado==6.4.1
typing_extensions==4.12.2
uritemplate==4.1.1
urllib3==2.2.2
validators==0.33.0
wcwidth==0.2.13
websocket-client==1.8.0
Loading

0 comments on commit b424f32

Please sign in to comment.