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.1.tar.gz
(16.1 kB
view details)
File details
Details for the file ersciyt-1.1.tar.gz
.
File metadata
- Download URL: ersciyt-1.1.tar.gz
- Upload date:
- Size: 16.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1630829132083f41518e418dfb2549d38db27ae70dd81a3de0731fac9449b6b |
|
MD5 | 502ebbfd0fe0926117df9216a47e57e5 |
|
BLAKE2b-256 | e5afeceb0386d54a357c711ea99c6d109db96dc86da1e6d3d3cbf6f67672c475 |