I am trying to download a CSV from the result of a search, as an option. Meaning that the user should be able to do a search and view the result in a template,
I have a model with char field with values like this: "Justin Roseman" (one single whitespace betwen words) "Justin Roseman" (two whitespaces betwen words) " J
I have a Django view which users can call to zip files at my local server. It uses zipfile.ZipFile to compresses multiple files into a single zip as follows: wi
So I'm working on hosting a project and on my Heroku dashboard it says it's live, but every time I try to access it I get a 500 Server Error, even when trying t
I'm trying to write to a file and django doesn't do it. There is no error of any kind but the file does not appear. Using the process monitor I don't see any at
Hovering is not working for my chart, any suggestions as to what it could be? This is a django template with the Morris Chart within. I've got Morris Chart work
I have this permission in Django that look like this: class PermissionName(BasePermission): def has_object_permission(self, request, view, obj):
How can I pass the user selected value for background_color object that is in my PostPage Page class as the default value for another ColorField that's within m
This question was asked I don't know how much but it doesn't give my answers The app I was gonna make is a little blog webapp from a tutorial (for some training
I'm looking for functionality to make direct payments to my Stripe Customers bank accounts without Stripe Connect. Is it actually possible to do? Do I have to u
CommandError: It looks like node.js and/or npm is not installed or cannot be found. Visit https://nodejs.org to download and install node.js for your system. If
I try here to change title but this not work. but when assign object to variable, change works. I need any one explain why it work when I assign object to va
I am new in Django and Wagtail. I developed a website app using Django 4.0 and Wagtail 2.16.1. I found Django models.CharField by default stores content to data
In my html file I need to define a variable for a js file. <script> var gltf_home = "{% static '/3d/ {{ scene.GltfFileToLoad }} ' %}"; </script> w
I am new to Django and every time I make a change in veiws.py or urls.py I have to run python manange.py run server. This is hectic as for every small change I
I am trying to deploy a webapp using Heroku and it get deployed but it gives internal server error when I try to open it. The complete log as from heroku logs -
Please help me I tried to connect to the database The connection was successful and the rules were lifted, but I have this problem raise NotImplementedError("t
All the migrations have been successful and all the models and tables have been imported successfully by running below command: python3 manage.py djstripe_sync_
I already have a Django project with many apps and one of them is demo_app. I have some views and templates added to the demo app but I want to start using tail
Its's nice to see mongodb is connected with django but doesn't support completely. I explain why so because when you install any third party packages to your pr