Re: Starting Django project with Docker

2022-09-28 Thread Kazuya Nomura
Please add me If you could please add my git account in your project. On Tuesday, September 27, 2022 at 7:41:37 AM UTC-7 amruth...@gmail.com wrote: > I really want to start with docker with atleast 2 to 5 guys > -- You received this message because you are subscribed to the Google Groups "Dja

Re: Starting Django project with Docker

2022-09-27 Thread 'Kasper Laudrup' via Django users
On 27/09/2022 11.35, Prabakaran Balaji wrote: Hello Folks, I tried to set the permission on app directory, but still facing the same problem. Any additional thoughts? Which permission did you set? It looks like you set the owner of the app directory to your user. Is your user the same as t

Re: Starting Django project with Docker

2022-09-26 Thread sham khan
--- > *From:* django...@googlegroups.com on behalf > of Yeboah Dominic > *Sent:* Monday, September 26, 2022 10:27:31 PM > *To:* django...@googlegroups.com > *Subject:* Re: Starting Django project with Docker > > I think you have to give that user permission. > Lik

Re: Starting Django project with Docker

2022-09-26 Thread Makrand
My number is+91 99301 02832 Get Outlook for Android<https://aka.ms/AAb9ysg> From: django-users@googlegroups.com on behalf of Yeboah Dominic Sent: Monday, September 26, 2022 10:27:31 PM To: django-users@googlegroups.com Subject: Re: Starting Django projec

Re: Starting Django project with Docker

2022-09-26 Thread Yeboah Dominic
I think you have to give that user permission. Like 'sudo chown -R root:root /home/dominic/app' or sudo chown -R dominic:dominic /home/dominic/app On Mon, 26 Sept 2022 at 08:12, Prabakaran Balaji wrote: > Hello Django Geeks, > > Looking for geeks' insight for docker related issues. I'm not ab

Re: Starting Django project with Docker

2022-09-26 Thread Makrand
I can handle cloud related work Get Outlook for Android<https://aka.ms/AAb9ysg> From: django-users@googlegroups.com on behalf of Prabakaran Balaji Sent: Monday, September 26, 2022 5:41:30 PM To: django-users@googlegroups.com Subject: Starting Django p

Starting Django project with Docker

2022-09-26 Thread Prabakaran Balaji
Hello Django Geeks, Looking for geeks' insight for docker related issues. I'm not able to run the command *"docker-compose run --rm app sh -c "django-admin startproject app ."* Error - Traceback (most recent call last): File "/py/bin/django-admin", line 8, in sys.exit(execute_from_command_

Re: Starting Django

2022-07-15 Thread 【雷涵】Syed
Hi Manpreet, Assuming you need intermediate content for django. Check out these youtube channels: - Chuck Severance has a very thorough course, its also featured in freecodecamp - Codeforentrepreneur's "try django" series, - Very Academy Channel, - Matt layman channel - Just Django Channel N

Re: Starting Django

2022-07-14 Thread Lalit Suthar
https://github.com/lalit97/django-developer-resources On Fri, 15 Jul 2022 at 12:00, Lalit Suthar wrote: > https://www.youtube.com/playlist?list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW > > On Fri, 15 Jul 2022 at 03:55, fawemimo olawale > wrote: > >> >> Dear All, >> You get a video a from brad Travers

Re: Starting Django

2022-07-14 Thread Lalit Suthar
https://www.youtube.com/playlist?list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW On Fri, 15 Jul 2022 at 03:55, fawemimo olawale wrote: > > Dear All, > You get a video a from brad Traversy from Udemy or Mosh from > codewithmosh.com > Regards > > -- > You received this message because you are subscribed

Re: Starting Django

2022-07-14 Thread fawemimo olawale
Dear All, You get a video a from brad Traversy from Udemy or Mosh from codewithmosh.com Regards -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+uns

Re: Starting Django

2022-07-14 Thread Luiz Augusto Machado
You can try this: https://docs.djangoproject.com/en/4.0/intro/tutorial01/ Em qui., 14 de jul. de 2022 às 14:42, Manprit Singh < manpritsingh...@gmail.com> escreveu: > Hi all , > > Just need to know , from where to start learning this Django frame work . > I have considerable knowledge of Python

Re: Starting Django

2022-07-14 Thread Andrews Baffour Agyei
hello team mate, you can try a video tutorials with netninja.he is a great guy. On Thu, Jul 14, 2022 at 5:42 PM Manprit Singh wrote: > Hi all , > > Just need to know , from where to start learning this Django frame work . > I have considerable knowledge of Python programming language and little

Re: Starting Django

2022-07-14 Thread Kennedy Saavedra
Hi, I started to learn Django in a study app web. That is Platzi.com, now learn from the django documentation and youtube video. This is the link to documentation of Django: https://docs.djangoproject.com/en/4.0/ Greetings, success and blessings codeando. 😇 El jue., 14 de julio de 2022 12:42 p.

Re: Starting Django

2022-07-14 Thread Aadil Rashid
Just start learning from official django documentation On Thu, 14 Jul, 2022, 11:12 pm Manprit Singh, wrote: > Hi all , > > Just need to know , from where to start learning this Django frame work . > I have considerable knowledge of Python programming language and little > bit of using sqlite3 .

Starting Django

2022-07-14 Thread Manprit Singh
Hi all , Just need to know , from where to start learning this Django frame work . I have considerable knowledge of Python programming language and little bit of using sqlite3 . Just pls let me know what should be my next step Regards Manprit Singh -- You received this message because yo

Re: Why when starting Django browser does not display localhost page?

2020-11-04 Thread Владимир Забагонский
Thank you very much! 2020-11-05 5:21 GMT+07:00, Walter Randazzo : > HI dude, if you press "control" key plus click the browser has to come up > with your index.html. > > Regards, > > > El mar., 3 nov. 2020 a las 15:33, Владимир Забагонский > () > escribió: > >> [image: Server.png][image: Server2.p

Re: ImportError while starting django server

2017-02-02 Thread Tim Graham
It seems like your Python install might be broken. Does this import work in a Python shell: >>> from logging.config import dictConfig On Thursday, February 2, 2017 at 7:12:38 AM UTC-5, Parth Shah wrote: > > *Folks,* > > *I was following the tutorial here >

Re: ImportError while starting django server

2017-02-02 Thread Antonis Christofides
Hi, the --version option of the "python" command shows you the version of Python, not of Django. The -m option doesn't merely import the module you specify, it imports it and executes it, and Django isn't designed to do this. So the way to check its version the one you showed first. If you want to

ImportError while starting django server

2017-02-02 Thread Parth Shah
*Folks,* *I was following the tutorial here and was successfully able to install django.* *I am using python 2.7.13 on OS X.* *I can verify the version number as below:* *Macitosh:project user$ python* *Python 2.7.12 (v2.7.12:d33e0c

Re: starting django

2016-12-27 Thread roboslone
Server is obviously running, you wouldn't get Django-styled 404 page with your URLconf otherwise. The problem is you're trying to access /pOOls instead of /poLLs. > On 27 Dec 2016, at 17:18, kabangufut...@gmail.com wrote: > > Hello, > 1. check you server to see if is running by typing this in s

Re: starting django

2016-12-27 Thread kabangufuture
Hello, 1. check you server to see if is running by typing this in shell: python manage.py runserver On Thursday, December 22, 2016 at 6:32:08 PM UTC+2, Giovanni Oliverio wrote: > > > Hello, I'm following the guide at the following link: > https://docs.djangoproject.com/en/1.10/intro/tutorial01

Re: starting django

2016-12-27 Thread Giovanni Oliverio
ops ! Il giorno giovedì 22 dicembre 2016 17:34:20 UTC+1, Antonis Christofides ha scritto: > > You typed pools instead of polls in your browser. > > Antonis Christofideshttp://djangodeployment.com > > > On 12/22/2016 06:29 PM, Giovanni Oliverio wrote: > > > Hello, I'm following the guide at the f

Re: starting django

2016-12-22 Thread Antonis Christofides
You typed pools instead of polls in your browser. Antonis Christofides http://djangodeployment.com On 12/22/2016 06:29 PM, Giovanni Oliverio wrote: > > Hello, I'm following the guide at the following link: > https://docs.djangoproject.com/en/1.10/intro/tutorial01/ but when I go to call > the pag

Re: starting django

2016-12-22 Thread pradam programmer
just correct pools to polls in url On Thu, Dec 22, 2016 at 9:59 PM, Giovanni Oliverio wrote: > > Hello, I'm following the guide at the following link: > https://docs.djangoproject.com/en/1.10/intro/tutorial01/ but when I go to > call the page: http://localhost:8000/polls/ the result is the foll

starting django

2016-12-22 Thread Giovanni Oliverio
Hello, I'm following the guide at the following link: https://docs.djangoproject.com/en/1.10/intro/tutorial01/ but when I go to call the page: http://localhost:8000/polls/ the result is the following:

Pythonpath issues with apache when starting django server.

2016-04-07 Thread Jonty Needham
I'm running mod-wsgi and I've got the following config in my Virtualhost in my apache site config: SetEnv F3_SECRET_KEY Very_secret_keySetEnv DJANGO_SETTINGS_MODULE config.settings.setttings WSGIScriptAlias / /var/django/path/to/my/app/config/wsgi.py WSGIDaemonProcess wsgiprocess python-path=/usr/

Re: Coffin import error while starting django

2013-01-29 Thread nickfarm
We have narrowed this issue down to supervisor. See the updated info: http://pastebin.ca/2308575 supervisor is installed from the repositories and uses python 2.6 The django app is using a manually compiled version of python 2.7 It seems supervisor interferes with environment variables in some way

Coffin import error while starting django

2013-01-29 Thread nickfarm
We have python / django on the server, using supervisor and gunicorn. Using gunicorn we have an import error while starting django: from django.test import signals (a line in coffin). If we import from ipython or use import django.test.signals we have no problem. See http://pastebin.ca/2308541

TypeError in BaseDatabaseWrapper when starting Django in Jython

2012-05-17 Thread Jindřich Vavruška
Hello, I have a small app/site which runs fine under django development server when started with python as interpreter. When I start the very same thing using jython, I get strange error message: (P.S. my settings.py contain some code to detect and use the correct ENGINE parameter for DATABASE co

Re: starting django

2012-03-19 Thread Willy
If you're learning Django and Python I think you're missing some prerequisite knowledge. I would really suggest you learn how to install both Python and Django on your own as well as working through this tutorial on Python so that you have at least a basic understanding of the language. http://docs

Re: starting django

2012-03-19 Thread Raphael Reumayr
hello Kikozzza, if you say ubuntu 10 I give a shot into the dark and tip on ubuntu version 10_04 LTS (long term support). After installation you can open a terminal an type: python the python console will open and responding with version Python 2.6.5 as this is the default version on ubuntu 10.04

Re: starting django

2012-03-19 Thread Marc Patermann
Kikozzza, Kikozzza schrieb (19.03.2012 07:00 Uhr): I'm starting learning django? that's why I ask my friend to install me python and all distrib for my projects. I have very silly question- how can I discover what version of python # python -V # man python "-V Prints the Python version numb

Re: starting django

2012-03-19 Thread Joel Goldstick
On Mon, Mar 19, 2012 at 2:00 AM, Kikozzza wrote: > I'm starting learning django? that's why I ask my friend to install me > python and all distrib for my projects. > I have very silly question- how can I discover what version of python > and  Django i get? > he installs me ubuntu 10 > > -- > You r

starting django

2012-03-19 Thread Kikozzza
I'm starting learning django? that's why I ask my friend to install me python and all distrib for my projects. I have very silly question- how can I discover what version of python and Django i get? he installs me ubuntu 10 -- You received this message because you are subscribed to the Google Gr

Re: Error Starting Django App using Apache+Mod_Wsgi

2010-11-22 Thread Graham Dumpleton
Have a read of: http://code.google.com/p/modwsgi/wiki/InstallationIssues It is likely that you have a conflicting mod_python module installed or that mod_wsgi is no finding the correct Python installation shared library at run time. Graham On Nov 22, 11:58 pm, Guddu wrote: > All, > > I have

Error Starting Django App using Apache+Mod_Wsgi

2010-11-22 Thread Guddu
All, I have a problem in starting my Django App using Apache and Mod_Wsgi I am using Django 1.2.3 and Python 2.6.6 running on Apache 2.2.17 with Mod_Wsgi 3.3 When I try to access the app from Web Browser, I am getting these errors. [Mon Nov 22 09:45:25 2010] [notice] Apache/2.2.17 (Unix) mod_ws

Re: import errors when starting django on staging server, no errors on local dev server

2010-03-08 Thread Graham Dumpleton
On Mar 9, 9:50 am, felix wrote: > thanks for the offer, but as I said : the problem is long since > solved.  it was a circular import problem. > I reworked the imports and its gone. > > my question was:  how could it have happened on the staging server and > not on the dev server ? As I said be

Re: import errors when starting django on staging server, no errors on local dev server

2010-03-08 Thread felix
thanks for the offer, but as I said : the problem is long since solved. it was a circular import problem. I reworked the imports and its gone. my question was: how could it have happened on the staging server and not on the dev server ? I was just asking around to see if anybody had seen that

Re: import errors when starting django on staging server, no errors on local dev server

2010-03-08 Thread Graham Dumpleton
It is almost impossible to suggest anything about your problem as you don't post the complete details of the actual errors you are getting. If you want solutions, you need to provide that extra information so we don't have to imagine what the Python exception and traceback you are getting is. FWIW

Re: import errors when starting django on staging server, no errors on local dev server

2010-03-08 Thread felix
On Mar 8, 1:25 am, Graham Dumpleton wrote: > You don't say anything about what hosting mechanisms you are using for > each. local: django's runserver staging: mod_wsgi apache one thing I should do is test locally using wsgi Do you have any suggestions regarding question 2: how can I do a qui

Re: import errors when starting django on staging server, no errors on local dev server

2010-03-07 Thread Graham Dumpleton
You don't say anything about what hosting mechanisms you are using for each. The Django runserver does extra automagic setup steps which aren't by default going to be done by other hosting mechanisms. Part of this is solved by manual setup of sys.path, but not necessarily all that is necessary. H

import errors when starting django on staging server, no errors on local dev server

2010-03-07 Thread felix
I have two identical django deployments and one of them (the beta staging server) is having import errors on startup and is failing. 1. is something causing the deployments to be loading classes in different orders ? the directory structure is identical, the pythonpaths are in an identical order