Single page Application

2021-10-07 Thread KH. TAMAM
Hi Did Django Have plan to issue Django version with Single page application technic ??? Regards, -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-us

Problem with adding image files to my object.

2021-03-04 Thread N!KH!L
Hello everyone! I am trying to convert multiple audio files to image files. After data processing when i try to add o/p(image) using below code, *I am getting an error "'list' object has no attribute '_committed'" in my browser* Here is my *views.py* def home(request): if request.method == 'PO

Where to create a Django project

2018-11-02 Thread KH
I am new to Django and web development and am having some issues figuring out how to get started. I am following the Django getting started tutorial on their website. Where is a Django project supposed to be created? I installed Django into an AWS ec2 instance and was able to run the default sta