Skip to content

epg900/epfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published