https://github.com/artinmohajeri/image-size-limit-django
https://github.com/artinmohajeri/image-size-limit-django
backend database django django-python es6 file-size-analysis image image-processing image-scaler image-size image-size-limit javascript js python size-limit sqlite3
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/artinmohajeri/image-size-limit-django
- Owner: artinmohajeri
- Created: 2024-01-06T13:26:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-10T09:17:24.000Z (over 1 year ago)
- Last Synced: 2025-01-29T18:12:12.338Z (8 months ago)
- Topics: backend, database, django, django-python, es6, file-size-analysis, image, image-processing, image-scaler, image-size, image-size-limit, javascript, js, python, size-limit, sqlite3
- Language: Python
- Homepage:
- Size: 1.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Size Limit Django
### This is a mid-level project using (Django, bootstrap5, HTML5, CSS3 and js).
### I have used ajax to send a json data(size, dimentions) asynchronously to the backend and then reuse that in the template.
### if you upload an image more that 200KB, the javascript will prevent you to upload the file and it wont be stored in that database.
# Write these commands in your terminall to run this web application 👇👇👇
### `python -m venv .venv`
### `.venv\Scripts\activate.bat`
### `pip install -r requirements.txt`
### `python manage.py runserver`
