Re: Conectarme a un AS/400 desde Django

2021-01-28 Thread Miguel Ángel Cumpa Ascuña
me parece rara esta línea "AS400 = {" creo que debería ser "DATABASES = {" Pues estimo que estás usando esta librería https://github.com/ibmdb/python-ibmdb-django Revisa el README, ahí esta un ejemplo. El jue, 28 ene 2021 a las 18:32, Gabriel Araya Garcia (< gabrielaraya2...@gmail.com>) escribió:

Re: Conectarme a un AS/400 desde Django

2021-01-28 Thread Gabriel Araya Garcia
Tal vez el conector esta pifiado. Intenta bajarlo desde otro sitio. Revisa este link: https://www.programcreek.com/python/example/113615/ibm_db_dbi.connect El miércoles, 27 de enero de 2021 a las 14:20:57 UTC-3, lugo...@gmail.com escribió: > Buenos días, soy nuevo en Django y no he podido

Re: Static Folder not loading

2021-01-28 Thread Frank Cipolone
Whats your STATIC_DIRS, STATIC_PATH, and STATIC_URL and what it the tree to the folder your static is in? > On Jan 28, 2021, at 1:26 PM, hari49pf wrote: > > Yes, i did it created a folder with css & other files, but no use. > > On 28/01/21 11:49 pm, Larry Martell wrote: >> On Thu, Jan 28,

Re: Static Folder not loading

2021-01-28 Thread hari49pf
Yes, i did it created a folder with css & other files, but no use. On 28/01/21 11:49 pm, Larry Martell wrote: On Thu, Jan 28, 2021 at 10:16 AM hari49pf wrote: Hi, I am trying to load static file to my project its not loading, I have changed the path of static in settting.py still its not

Re: Static Folder not loading

2021-01-28 Thread Larry Martell
On Thu, Jan 28, 2021 at 10:16 AM hari49pf wrote: > > Hi, > > I am trying to load static file to my project its not loading, > I have changed the path of static in settting.py still its not loading static > file. > tryed to check the file is loading by using > manage.py findstatic test.css > PLZ

Static Folder not loading

2021-01-28 Thread hari49pf
Hi, I am trying to load static file to my project its not loading, I have changed the path of static in settting.py still its not loading static file. tryed to check the file is loading by using *manage.py findstatic test.css* PLZ help Regards, Harish.B -- You received this message

Re: Conectarme a un AS/400 desde Django

2021-01-28 Thread EDWARD A. LUGO A.
Buenos días, tengo este tipo de coneccion: AS400 = { 'default': { 'ENGINE' : 'ibm_db_django', 'NAME': 'RORIVENTAA.IVARET', 'USER': 'USERGRAL', 'PASSWORD': 'USERGRAL', 'HOST': '192.1.1.2', #'localhost', 'PORT': '5000',

Re: Hi

2021-01-28 Thread Sunday Iyanu Ajayi
Hi Florin, What support do you need? You can reach out via my email. *AJAYI Sunday * (+234) 806 771 5394 *sunnexaj...@gmail.com * On Tue, Jan 26, 2021 at 3:10 PM Florin Ngabire wrote: > My name is florin.i need a support. A small Python project in django > framework > > -- > You received

Re: how create new django project with windows 10 and Python 3.9.1

2021-01-28 Thread Fabio Fidone
thanks you! Il giorno mer 27 gen 2021 alle ore 17:02 Noel Simela ha scritto: > As easy as steps below: > > In your CMD: > > 1.Python - m venv yourvirtualenvironment > > 2 yourvirtualenvironment\scripts\activate > > 3.Pip install django > > 4.django-admin start-project yourptojectname > > -- >

Re: Use DropBox to Store Static Files in Django

2021-01-28 Thread Kasper Laudrup
On 1/28/21 8:08 AM, Samiddha সমিদ্ধ wrote: *How to use DropBox to use/serve Static Files and Upload Media in django project?* I use the method that mentioned here: django-storages[dropbox] And try this method: