About 50 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 APIs) can take …

  2. How can I resolve this Django TemplateDoesNotExist error?

    Sep 1, 2025 · Template-loader postmortem Django tried loading these templates, in this order: Using engine django:

  3. Django: How to manage development and production settings?

    May 19, 2012 · The DJANGO_SETTINGS_MODULE environment variable controls which settings file Django will load. You therefore create separate configuration files for your respective environments …

  4. Django - makemigrations - No changes detected - Stack Overflow

    Mar 22, 2016 · I was trying to create migrations within an existing app using the makemigrations command but it outputs "No changes detected". Usually I create new apps using the …

  5. How to do an OR filter in a Django query? - Stack Overflow

    item.creator = owner or item.moderated = False How would I do this in Django? (preferably with a filter or queryset).

  6. 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 make the …

  7. 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: TemplateDoesNotExist at …

  8. python - Uninstall Django completely - Stack Overflow

    Jan 3, 2014 · I uninstalled django on my machine using pip uninstall Django. It says successfully uninstalled whereas when I see django version in python shell, it still gives the older version I …

  9. python - Django redirecting http -> https - Stack Overflow

    Mar 5, 2018 · Django redirecting http -> https Asked 7 years, 11 months ago Modified 1 year, 1 month ago Viewed 49k times

  10. How to use if/else condition on Django Templates?

    How to use if/else condition on Django Templates? Asked 13 years, 7 months ago Modified 3 years, 1 month ago Viewed 256k times