Youtube Downloader
Project description
Erscipcard
Quick start
1.Add "ersciyt" to your INSTALLED_APPS in your project setting.py file:
INSTALLED_APPS = [
...,
'ersciyt',
]
2.Include the erscipcard URLconf in your project urls.py like this:
path('yt/', include('ersciyt.urls')),
3.Visit http://127.0.0.1:8000/yt/ to create users and its cards.
add this line to your project setting.py
ALLOWED_HOSTS = ['*']
CSRF_TRUSTED_ORIGINS = ['https://*.cloudshell.dev','https://*.127.0.0.1']
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ersciyt-1.4.tar.gz
(16.2 kB
view details)
File details
Details for the file ersciyt-1.4.tar.gz
.
File metadata
- Download URL: ersciyt-1.4.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4169cebe891b289b55da567fe316f9ee8ca0dabf69e96a5d0f0fa41d960a5345 |
|
MD5 | 2730293f32a2fc27b885aa36df8dbfbf |
|
BLAKE2b-256 | feee2d047a9e37e62ff7c8dcc30759e92107207d2284fa7e5ddcd12cc22b49df |