Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > de.comp.lang.python > #4427

Re: [Python-de] Django Portierungstrategy???

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Thomas Güttler <guettliml@thomas-guettler.de>
Newsgroups de.comp.lang.python
Subject Re: [Python-de] Django Portierungstrategy???
Date Mon, 25 Apr 2016 11:45:18 +0200
Lines 19
Message-ID <mailman.68.1461577520.32212.python-de@python.org> (permalink)
References <9b28130b-a35f-4ae2-b13e-d2c5faf42320@googlegroups.com> <570D1549.40004@mail.de> <570D4B30.5060402@broeckling.de> <570D56E2.5000906@mail.de> <20160413123058.5edabd06@bolas.gallifrey.local> <mailman.68.1460543462.15650.python-de@python.org> <0db2f630-a4f7-4b58-9f22-8d41fc7bb521@googlegroups.com> <571DE72E.3060305@thomas-guettler.de>
Mime-Version 1.0
Content-Type text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding 8bit
X-Trace news.uni-berlin.de w2G5Oqajz9XJow3FLlb8kQ/WDj9DjxsJ13lhQKGV9feQ==
Return-Path <guettliml@thomas-guettler.de>
X-Original-To python-de@python.org
Delivered-To python-de@mail.python.org
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0
In-Reply-To <0db2f630-a4f7-4b58-9f22-8d41fc7bb521@googlegroups.com>
X-BeenThere python-de@python.org
X-Mailman-Version 2.1.22
Precedence list
List-Id Die Deutsche Python Mailingliste <python-de.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-de>, <mailto:python-de-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-de/>
List-Post <mailto:python-de@python.org>
List-Help <mailto:python-de-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-de>, <mailto:python-de-request@python.org?subject=subscribe>
X-Mailman-Original-Message-ID <571DE72E.3060305@thomas-guettler.de>
X-Mailman-Original-References <9b28130b-a35f-4ae2-b13e-d2c5faf42320@googlegroups.com> <570D1549.40004@mail.de> <570D4B30.5060402@broeckling.de> <570D56E2.5000906@mail.de> <20160413123058.5edabd06@bolas.gallifrey.local> <mailman.68.1460543462.15650.python-de@python.org> <0db2f630-a4f7-4b58-9f22-8d41fc7bb521@googlegroups.com>
Xref csiph.com de.comp.lang.python:4427

Show key headers only | View raw



Am 22.04.2016 um 16:50 schrieb Marcel Hug (schaf):
> HI Sven, hi alle
> ich habe doch noch eine Frage. Wie geht man am besten vor? Das Requirements.txt hat ca. 20 Eintraege. Wie gehe ich am besten vor, damit ich herausefinde welche packages fuer ein update Django auf 1.6 Sinn machen?


Wie kommen die Einträge in die req.txt?

Vermutlich per `pip freeze` .... Dann ist diese Datei wie binärer "Müll" zu betrachten. Als Softwareentwickler
willst du mit der Quelldatei arbeiten.

Abhängigkeiten werden in Python so weit ich weiß über install_requires in setup.py definiert.

Gruß,
   Thomas

-- 
Thomas Guettler http://www.thomas-guettler.de/

Back to de.comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-12 08:08 -0700
  Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-12 17:33 +0200
  Re: [Python-de] Django Portierungstrategy??? "Albrecht Mühlenschulte" <albrecht@muehlenschulte.de> - 2016-04-12 18:22 +0200
    Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-12 22:54 -0700
  Re: [Python-de] Django Portierungstrategy??? Sven Broeckling <sven@broeckling.de> - 2016-04-12 21:23 +0200
  Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-12 22:13 +0200
  Re: [Python-de] Django Portierungstrategy??? Sven Broeckling <sven@broeckling.de> - 2016-04-13 12:30 +0200
    Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-22 07:50 -0700
      Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-23 22:24 +0200
        Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-24 22:26 -0700
          Re: [Python-de] Django Portierungstrategy??? "Sven R. Kunze" <srkunze@mail.de> - 2016-04-25 15:33 +0200
      Re: [Python-de] Django Portierungstrategy??? Thomas Güttler <guettliml@thomas-guettler.de> - 2016-04-25 11:45 +0200
        Re: [Python-de] Django Portierungstrategy??? "Marcel Hug (schaf)" <schaf.mh@gmail.com> - 2016-04-26 23:55 -0700
      [Python-de] requirements.txt (Was: Django Portierungstrategy???) Christopher Arndt <chris@chrisarndt.de> - 2016-04-25 15:39 +0200
      Re: [Python-de] requirements.txt (Was: Django Portierungstrategy???) Thomas Güttler <guettliml@thomas-guettler.de> - 2016-04-26 13:32 +0200

csiph-web