Django
Django is a web application framework for Python. It is designed to prioritize principles of reusability and rapid development.
Here are 19,399 public repositories matching this topic...
| Request Method: | GET |
|---|---|
| http://127.0.0.1:8000/api/ | |
| 3.0.2 | |
| AssertionError | |
Using OpenAPIRenderer, but pyyaml is not installed. |
|
| /home/admin/DEV/PYTHON/Frameworks/django/HighEndSalesEnv/lib/python3.7/site-packages/rest_framework/renderers.py in init, line 1053 | |
| /home/admin/DEV/PYTHON/Frameworks/django/HighEndSalesEnv/bin/python | |
| 3.7.5 | |
| ['/home/admin/DEV/PYTHON/Frameworks/django/HighE |
-
Updated
Feb 20, 2020 - JavaScript
-
Updated
Feb 20, 2020 - JavaScript
I need a step by step guide on setting up a CI/CD pipeline using AWS CodePipeline for a Flask application deployed using Zappa.
Is your proposal related to a problem?
When you add a User to a Group in Wagtail, you cannot easily see a list of Users that belong to that Group.
For example, we have added a number of Users to a "Pathology" Group over a long period of time. Now, we are try
How to manage translations
cd <app>
tx pull -s -a
django-admin.py makemessages -l en
tx push -s -l en
django-admin.py compilemessages
Addon Checklist
TBA (PDF)
django CMS Release Checklist
TBA (PDF)
What I'm trying to achieve
Create checkout with a checkout line.
Steps to reproduce the problem
checkout = Checkout.objects.create(...)checkout.lines.create(...)orCheckoutLine.objects.create(checkout=checkout, ...)
OR
checkout = Checkout.objects.create(...)if checkout: pass
What I expected to happen
Database insertion without additional coun
Rocksteady is listed on this page as a tool that can help integrate RabbitMQ with Graphite: https://graphite.readthedocs.io/en/latest/tools.html
However, yhe Rocksteady code base has been moved to the Google Code Archive - http://code.google.com/p/rocksteady/ redirects to https://code.google.com/archive/p/rocksteady/ - and the downloadable package hasn't been updated since 2010. It seems to rel
Hi we added a new plugin check for Cabot that allows Cabot to create something similar to https://deadmanssnitch.com/ . It uses redis keys to check for background jobs/processes that fail to check in within a specific interval. Also unlike Deadmansnitch it works with much more granular intervals down to seconds or even larger ones like days.
The documentation at https://django-oscar.readthedocs.io/en/latest/howto/enforcing_stock_rules.html is incorrect - doing that will cause a 500 error because that exception isn't caught anywhere.
I think we just need to remove this, and instead enhance the [documentation about availability policies](https://django-oscar.readthedocs.io/en/latest/topics/prices_and_availability.html#the-strategy-cl
-
Updated
Feb 20, 2020 - Python
Hello,
I have a Rest API working (all good here) with django-rest-framework and django-rest-framework-jwt.
My problem is that I am trying to access the DRF Built-in API documentation for authenticated users only and I am unable to make it work. It throws me 401 error {u'detail': ErrorDetail(string=u'Authentication credentials were not provided.', code=u'not_authenticated')}.
Below I
https://github.com/tfoxy/graphene-django-optimizer looks like a great library that can help optimise database queries. We should add it to the documentation.
See #57
Your Travis build configuration is outdated; Python 3.2 should be removed.
While building PyYAML wheel: #error Cython requires Python 2.6+ or Python 3.3+.
-
Updated
Feb 18, 2020 - JavaScript
Since settings is cached, it should be reloaded during tests when this signal is sent:
https://docs.djangoproject.com/en/1.10/ref/signals/#django.test.signals.setting_changed
bumped into this one while writing a test case, to check the behaviour of placeholders
"CMS Plugins" menu in he TextPlugin is always empty for the Description field on the Product model.
The screenshot above is from the demo, following tutorial.
"CMS Plugins" menu works fine to the Cascade/regular pages.
Is there a workaround for this? As far as I ca
Using 0 in loop, instead loop counter. When messages added in backend through messages object from django.contrib library - it will display only first message with loop length count.
I came across a situation yesterday where I needed a webpack asset as a part of a Django Form's Media class, and opted to write a solution based on Django Pipeline's Media mixin, which looks like:
class MyForm(forms.Form):
...
class Media(WebpackBundleMedia):
js_bundles = ["myWebpackBundle"]
css_bundles = {"all": ["myWebpackBundle"]}I'd like t
Issue: when default configuration is connected, e.g.
register_urls = [
path("resend-email/", ResendVerificationEmailView.as_view(), name="resend-email"),
path('verify-email/', VerifyEmailView.as_view(), name='rest_verify_email'),
path("", include(registration_urls.urlpatterns)),
]
endpoint /verify-email/ fails on GET method because of redundant declaration of
The error message that appears next to a field has a color that is the same as "normal" text. Ideally, it should be same color as other error messages (usually red):
The documentation from jazzband/django-oauth-toolkit@566fe67 is super confusing, because it refers to the setting as OAUTH2_PROVIDER_APPLICATION_MODEL but later refers to it as APPLICATION_MODEL.
Is this two settings? Is it one setting, and - if so - which name is it? I think that it's intended to be a single setting called `APPLICA
Created by Adrian Holovaty, Simon Willison
Released 21 July 2005
- Repository
- django/django
- Website
- www.djangoproject.com
- Wikipedia
- Wikipedia






In reference to getsentry/docker-sentry#210 (comment) it would be great to get a better and more complete documentation on how to work with the getsentry/sentry docker images