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
- Host: GitHub
- URL: https://github.com/t1m4/django_file_upload
- Owner: t1m4
- Created: 2021-11-16T15:22:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T10:20:27.000Z (over 3 years ago)
- Last Synced: 2025-01-14T15:40:43.334Z (5 months ago)
- Language: Python
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django File upload
## Installation1. 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