About 6,380,000 results
Open links in new tab
  1. Django - show loading message during long processing

    Here is another explanation on how to get a loading message for long loading Django views Views that do a lot of processing (e.g. complex queries with many objects, accessing 3rd party …

  2. django - What is reverse ()? - Stack Overflow

    Jun 28, 2012 · Given a url pattern, Django uses url () to pick the right view and generate a page. That is, url--> view name. But sometimes, like when redirecting, you need to go in the reverse …

  3. python - What is the difference between Django and Django Rest ...

    Django is the web development framework in python whereas the Django Rest Framework is the library used in Django to build Rest APIs. Django Rest Framework is especially designed to …

  4. How to access the local Django webserver from outside world

    I realize the Django webserver is not a production server, but it's important for me for testing purposes to be able to access it from the outside world -- i.e. not from a web browser on the …

  5. Creating a JSON response using Django and Python

    592 I'm trying to convert a server side Ajax response script into a Django HttpResponse, but apparently it's not working. This is the server-side script:

  6. python - Django TemplateDoesNotExist? - Stack Overflow

    Dec 18, 2009 · My local machine is running Python 2.5 and Nginx on Ubuntu 8.10, with Django builded from latest development trunk. For every URL I request, it throws: …

  7. django - Select distinct values from a table field - Stack Overflow

    Mar 18, 2010 · I'm struggling getting my head around the Django's ORM. What I want to do is get a list of distinct values within a field on my table .... the equivalent of one of the following: …

  8. python - Connecting Django with MSSQL server - Stack Overflow

    Using mssql-django, we can connect Django to MSSQL (SQL Server) with Windows Authentication and SQL Server Authentication. I use SQL Server 2019 Express. With …

  9. How to perform raw SQL queries in Django views? - Stack Overflow

    The Django Documentation is really really good. You have basically two options to execute raw SQL. You can use Manager.raw() to perform raw queries which return model instances, or you …

  10. ImportError: Couldn't import Django - Stack Overflow

    E:\video course\Python\code\web_worker\MxOnline>python manage.py runserver Traceback (most recent call last): File "manage.py", line 17, in <module> "Couldn't import Django. Are …