epfs is a Django app to sharing file.
Project description
EPFS
epfs is a Django sharing file.
Quick start
1.Add "epfs" to your INSTALLED_APPS in your project setting.py file:
INSTALLED_APPS = [
...,
'epfs',
]
2.Include the epfs URLconf in your project urls.py like this:
path('epfs/', include('epfs.urls')),
3.Run python manage.py makemigrations
(optional) and python manage.py migrate
to create the epfs models.
4.Visit http://127.0.0.1:8000/epfs/ to share files.
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
epfs-1.25.tar.gz
(54.9 kB
view details)
File details
Details for the file epfs-1.25.tar.gz
.
File metadata
- Download URL: epfs-1.25.tar.gz
- Upload date:
- Size: 54.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b06cc764a96ed2ba4a7a3a1219cd0fa31c42bf20e0b852c6dcb7d1638478b07f |
|
MD5 | c8f0dabc2866b72f4870d457e0a5238b |
|
BLAKE2b-256 | d060f2446bc6e17462d7e22f51c0affba4eab1c6c4fb77044a11bc97d0e8302b |