django

  1. K

    Chromium on FreeBSD / creating PDF from Django template

    Hello guys, I am using django-hardcopy to create PDF from django template. Aplication was on heroku and i had to specifiy PATH_TO_CHROME. Everything was working on heroku with: PATH_TO_CHROME='/app/.apt/opt/google/chrome/chrome --headless --print-to-pdf --disable-gpu --no-sandbox' I had to...
  2. tuxador

    jails DJANGO + postgres + NGINX in a jail Best practices

    Hi, i am setting up for local deployment a django app in a desktop running FreeBSD12.2. Django is installed within a jail using ezjail. I have a couple of questions for the simplest and safest way to put it in production in a local network. 1- Is it simpler to run postgresql in the host and...
  3. andersbo87

    make checksum-recursive in java/openjdk12 results in fetching py-django111 using the wrong flavour (py36 instead of py27)

    I am trying to install java/openjdk12. As part of doing that, I prefer to run make checksum-recursive to fetch the required distfiles before attempting to install the port using ports-mgmt/portmaster (I prefer to download the required distfiles one by one rather than multiple ones at the same...
  4. F

    Other Writing an rc script for gunicorn & django

    Hello all, I'm looking to deploy a Django application onto a FreeBSD 11.1 server, I've read a number of articles about using www/py36-gunicorn to provide the communications between www/nginx and Django, and brief trials appear successful. I'm now looking to make a service that I can service...
  5. Farhan Khan

    Solved Start uwsgi at system boot

    I am trying to build a VM "appliance" that will be running uwsgi/Django. This uses a python virtualenv, so uwsgi only starts when within that virtualenv. When I try to run it outside of a virtualenv, I get this error: $ uwsgi config.ini [uWSGI] getting INI configuration from config.ini ***...
Back
Top