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

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

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.

![redLine](https://github.com/artinmohajeri/Email-Sender-Django-signals-smtplib/assets/95845593/017c5e23-9d92-49fc-a34f-5f9e244bc9b2)
# 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`

![Screenshot (183)](https://github.com/artinmohajeri/image-size-limit-django/assets/95845593/312b21d5-312e-4cb0-b3ef-9fbba49579d8)
![Screenshot (181)](https://github.com/artinmohajeri/image-size-limit-django/assets/95845593/f595e9fb-d224-4876-b135-82544a17ad43)