The most popular Cookiecutter-based framework for jumpstarting production-ready Django projects quickly
browniebroke on pyup-update-django-extensions-2.1.4-to-2.1.5
browniebroke on master
Update django-extensions from 2… Merge pull request #1916 from p… (compare)
browniebroke on pyup-update-flake8-3.6.0-to-3.7.3
browniebroke on master
Update flake8 from 3.6.0 to 3.7… Update flake8 from 3.6.0 to 3.7… Merge pull request #1920 from p… (compare)
browniebroke on pyup-update-pytest-4.1.1-to-4.2.0
browniebroke on master
Update pytest from 4.1.1 to 4.2… Update pytest from 4.1.1 to 4.2… Merge pull request #1919 from p… (compare)
pydanny on pyup-update-flake8-3.6.0-to-3.7.2
pydanny on pyup-update-flake8-3.6.0-to-3.7.3
Update flake8 from 3.6.0 to 3.7… (compare)
pydanny on pyup-update-flake8-3.6.0-to-3.7.3
pydanny on pyup-update-flake8-3.6.0-to-3.7.3
Update flake8 from 3.6.0 to 3.7… (compare)
pydanny on pyup-update-pytest-4.1.1-to-4.2.0
Update pytest from 4.1.1 to 4.2… (compare)
django.core.exceptions.ImproperlyConfigured: Set the MAILGUN_API_KEY environment variable
But I have that variable commented out in my DEV .env and .py files
traefik_1 | time="2019-09-24T08:49:22Z" level=error msg="Unable to obtain ACME certificate for domains \"aplikacja-alternator.pl\" detected thanks to rule \"Host:aplikacja-alternator.pl\" : unable to generate a certificate for the domains [aplikacja-alternator.pl]: acme: Error -> One or more domains had a problem:\n[aplikacja-alternator.pl] acme: error: 400 :: urn:ietf:params:acme:error:connection :: Fetching http://aplikacja-alternator.pl/.well-known/acme-challenge/thH2vELCR6o9B2fnlzJ9y4_rJa1YhYZF5eOE4j2ygM8: Timeout during connect (likely firewall problem), url: \n"
This question may be not related to cookiecutter-django, but cookiecutter-django use gunicorn as default...
Hope I can find the answer here, thx.
When I use gunicorn, I can not use /api/rest-auth/facebook/
It works well when I use python3 mange.py runserver
Start server
gunicorn config.wsgi -b localhost:8000 --access-logfile - --log-level debug
it returns 200 in option and connection:close
HTTP 200 OK
Allow: POST, OPTIONS
Content-Type: application/json
Vary: Accept
{
"method": null,
"params": {},
"data": {
"name": "Facebook Login",
"description": "",
"renders": [
"application/json",
"text/html"
],
"parses": [
"application/json"
],
"actions": {
"POST": {
"accessToken": {
"type": "string",
"required": false,
"readOnly": false,
"label": "Access token"
},
"code": {
"type": "string",
"required": false,
"readOnly": false,
"label": "Code"
}
}
}
}
}
Can any one help me?
docker-compose run --rm web pip install package_name
command, the output says you successfully installed and then I run "docker-compose run --rm web pip freeze" command to for seeing the dependencies. I can't find my installed packages? What I doing wrong?
compose/production/django/start
I can add?