An open API service indexing awesome lists of open source software.

https://github.com/t1m4/django_file_upload

Testing an attack prediction on file upload
https://github.com/t1m4/django_file_upload

Last synced: 3 months ago
JSON representation

Testing an attack prediction on file upload

Awesome Lists containing this project

README

        

# Django File upload
## Installation

1. Download from git `git clone https://github.com/t1m4/django_file_upload.git`
2. Setup virtualenv `python3 -m venv venv`
3. Activate virtualenv
1. Linux `source venv/bin/activate`
2. Windows `venv/Scripts/activate`
4. Install requirements `pip install -r requirements.txt`
5. Start server `python manage.py runserver`
## Description
1. Uploaded files saved in static directory