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
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.2.tar.gz
(55.8 kB
view details)
File details
Details for the file epfs-1.2.tar.gz
.
File metadata
- Download URL: epfs-1.2.tar.gz
- Upload date:
- Size: 55.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ab658e934df7c44e4d61bf180c38a99441d2b718a3ff3dd8482e8da907d813a |
|
MD5 | f545a40724b9095fd53b3af0517ddb4a |
|
BLAKE2b-256 | 97cc614b5423872e833c64125b9616e28cfbb5aa377adfd528b4f62066f0fa84 |