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

Uploaded Source

File details

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

File metadata

  • Download URL: epfs-1.7.tar.gz
  • Upload date:
  • Size: 56.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for epfs-1.7.tar.gz
Algorithm Hash digest
SHA256 aaf76f1181f459abbccd5cdc137b94ec67a6569c8ad41ac95200b16f83bfa136
MD5 780350d3b6f89f4e1fd05e1aaf6006a3
BLAKE2b-256 32b6ec647dd10a9acabb149f04af2d469ae3c5e5a3b5167ff80fea5df3379e08

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