Skip to main content

epfs is a Django app to sharing file.

Project description

Erscipcard

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 erscipcard 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.

then run python manage.py createsuperuser to create personel for login erscipcard page.

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.2.tar.gz (55.8 kB view hashes)

Uploaded Source

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