Skip to main content

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


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.28.tar.gz (54.9 kB view details)

Uploaded Source

File details

Details for the file epfs-1.28.tar.gz.

File metadata

  • Download URL: epfs-1.28.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

Hashes for epfs-1.28.tar.gz
Algorithm Hash digest
SHA256 010b9796e41e2a89d6a35026c584fd526b5945de75f0b8e085138019c876193c
MD5 e787ed2bc86da58af48110a14cf0ca69
BLAKE2b-256 18d22966e10216389596c14287b1cdc972c1285a6dd16af3eedef5b12e78d252

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page