Re: Django beginner

2021-07-05 Thread Andréas Kühne
Hi and welcome to the django community! The best way to learn django depends a lot on you skill and experience of python as well. If you don't know that much python, I would recommend starting with a good course or a book about fundamentals in Python. After that I would go to the following resour

Re: Django beginner

2021-07-04 Thread Kuassi Israel
HELLO. I THINK THAT THE BEST WAY IT IS THE OFFICIAL DOCUMENTATION. YOU HAVE ANYTHING YOU WANT INSIDE THE DOCUMENTATION. On Sun, Jul 4, 2021 at 5:25 PM Samin Serge wrote: > Hello everyone, > > Please i'm a Django beginner and would to know the best way to commence > and access quickly with Django

Re: Django beginner

2021-07-04 Thread CHRISTO KRIEGLER
Here is someone teaching Symaxx Fri, Jul 2, 10:16 PM (2 days ago) to Django Unsubscribe I teach Django the Python framework for free. Those interested join my Whatsapp group for free live sessions https://chat.whatsapp.com/DpOEaJTyhcXGF4YnFe3XLm

Re: Django beginner

2021-07-04 Thread Lalit Suthar
I followed these 2 https://www.youtube.com/playlist?list=PLEsfXFp6DpzTD1BD1aWNxS2Ep06vIkaeW https://docs.djangoproject.com/en/2.2/intro/tutorial01/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receivin

Re: django beginner

2020-08-06 Thread jose AVOM
thanks a lot !!! Le jeu. 6 août 2020 à 03:37, Kovy Jacob a écrit : > If you want to learn, just try building a site, any site. Pick a hobby > that you have, and make a site about you and your hobby. There is a concept > in programming called MVP - minimum viable product. This means the minimum >

Re: django beginner

2020-08-05 Thread Kovy Jacob
If you want to learn, just try building a site, any site. Pick a hobby that you have, and make a site about you and your hobby. There is a concept in programming called MVP - minimum viable product. This means the minimum you can do to have a working site. I recommend that you figure out exactly ho

Re: django beginner

2020-08-05 Thread Thomas POKAM
Hi Jose, Did you when throw this introduction guide ? https://docs.djangoproject.com/en/3.1/intro/ Le 03/08/2020 à 11:10, jose AVOM a écrit : hi all. i am new in django i, i want to improve my skill... need for help en challenge ... thks -- You received this message because you are subscribed

Re: Django beginner

2017-07-14 Thread Mark Aydelotte
I would think you have a advantage by knowing Python. I just started learning both and i am not finding Django that hard. On Thursday, July 13, 2017 at 7:51:50 PM UTC-4, Amir Pirmoradian wrote: > > Hey Guys, i'm a absolute beginner at Django. I started to learn django > from https://www.djangop

Re: Django beginner

2017-07-13 Thread Mike Dewhirst
On 14/07/2017 9:48 AM, Amir Pirmoradian wrote: Hey Guys, i'm a absolute beginner at Django. I started to learn django from https://www.djangoproject.com but it's too confusing. I know python completely. My question is:Should i know anything else except python to learn Django?because i don't un

Re: Django beginner

2017-07-13 Thread yingi keme
Try getting the book 'django unleashed'. It is one of the most comprehensive books for absolute beginners in django. Also learn http basics, it will be valuable to understand the client/server model of django. Yingi Kem > On 14 Jul 2017, at 12:48 AM, Amir Pirmoradian > wrote: > > Hey Guys,

Re: Django beginner

2017-07-13 Thread Oladipupo Elegbede
Hi Amir, You seem to know what you need to do. Try harder, be positive and pay attention to those little things you think Python has taken care of for you. Get yourself through the Django tutorial and you would be good to go. On Jul 13, 2017 6:51 PM, "Amir Pirmoradian" wrote: > Hey Guys, i'm

Re: Django beginner

2017-07-13 Thread Mike Morris
Start with the Tutorial on the djangoproject.com website. Finish it. Then, some other sources I like: * https://tutorial.djangogirls.org/en/ * http://www.tangowithdjango.com/ Google "django tutorials", there are lots On 07/13/2017 04:48 PM, Amir Pirmoradian wrote: Hey Guys, i'm a abso

Re: Django beginner

2017-07-13 Thread Lachlan Musicman
Amir You will need a basic - very basic - understanding of databases and webservers. The webserver will serve your content. The database will store your content. For databases, you need to know: how to create one, add a user, give that user a password. (easy, can google) For webservers, you need

Re: Django Beginner

2016-05-27 Thread Derek
For OOP concepts, have a look at: http://learnpythonthehardway.org/book/ex40.html (The whole book is online and is useful even for reminding yourself about things you may already know something about e.g. dictionaries; and it is good at explaining - honestly, how many CS books have headers like

Re: Django Beginner

2016-05-26 Thread Ketan Bhatt
The official tutorial is difficult for a beginner, it was for me. I would suggest you start with Django girls, or "Tango with Django" On Thu, May 26, 2016, 5:52 PM Jani Tiainen wrote: > And after that official tutorial there exists Django Girls and Django > Taskbuster which are much more verbos

Re: Django Beginner

2016-05-26 Thread Jani Tiainen
And after that official tutorial there exists Django Girls and Django Taskbuster which are much more verbose tutorials. On 26.05.2016 14:45, Matthias Müller wrote: h, what about making the tutorial ? https://docs.djangoproject.com/en/1.9/intro/tutorial01/ enjoy it ! 2016-05-26 9:16 GMT

Re: Django Beginner

2016-05-26 Thread Matthias Müller
h, what about making the tutorial ? https://docs.djangoproject.com/en/1.9/intro/tutorial01/ enjoy it ! 2016-05-26 9:16 GMT+02:00 Atchuta Saikumar : > Hello ... > I want to learn Django.I have some basic knowledge in python but don't > know oop concepts in python.what to do now? > > -- > Y

Re: django beginner

2015-03-13 Thread Luis Zárate
Your python configuration is ok. so I guest you have someone of this problem. - Your work path has spaces and python confuse with them. - Your system mimetype for .py use notepad++ for open it. I don't know if this solve your issue but I think that check this prevent you a headache I test doing

Re: django beginner

2015-03-13 Thread george . varaboutis
the verson is 1.7.6 why? -- 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+unsubscr...@googlegroups.com. To post to this group, send email to djan

Re: django beginner

2015-03-13 Thread luis zarate
what is the output of django-admin --version ? Instructions: 1) open cmd 2) change your current directory to your work directory 3) run django-admi --version 4) copy and paste the output here. The output will be like "1.7.2" 2015-03-13 11:47 GMT-06:00 : > ok i put the folder that the django-a

Re: django beginner

2015-03-13 Thread george . varaboutis
ok i put the folder that the django-admin file is in at the variables path of windows i hope that deals with later problems with files -- 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

Re: django beginner

2015-03-13 Thread george . varaboutis
i have django installed correctly i checked witht he version test my python folder is on c:\ #!c:\users\radcliff\appdata\local\enthought\canopy32\user\scripts\python.exe from django.core import management if __name__ == "__main__": management.execute_from_command_line() this is what is in

Re: django beginner

2015-03-13 Thread Ilya Kazakevich
django-admin creates infrastructure required for your project, and there should be more than 3 files. On *nix systems django-admin is py script with shebang, but due to windows command processor limitations (cmd) on windows there is executable file which actually calls django-admin. So, you sh

Re: django beginner

2015-03-13 Thread george . varaboutis
Τη Παρασκευή, 13 Μαρτίου 2015 - 6:58:55 μ.μ. UTC+2, ο χρήστης george.v...@gmail.com έγραψε: > > i am at the start > i use windows7, python 2.7.6 and django 1.7.6 > > after installation i tried to run "django-admin startproject mysite" > and it only opened notepad++ the file django-admin.py > >

Re: django beginner

2014-07-11 Thread ngangsia akumbo
i have a problem from django.db import models # Create your models here. class Post(models.Model): headline = models.CharField(max_length=200) slug = models.SlugField(max_length=60) pub_date = models.DateField() photo = models.ImageField(upload_to='static/blog', blank

Re: django beginner

2014-07-10 Thread ngangsia akumbo
sorry i saw what am looking for Thanks On Thursday, July 10, 2014 9:33:25 AM UTC+1, ngangsia akumbo wrote: > > > > This tutorial does not tell me how to place multiple apps on a webpage. it > is just a single app tutorials. > > i have created more than 5 apps how do i display them to be on one we

Re: django beginner

2014-07-10 Thread ngangsia akumbo
This tutorial does not tell me how to place multiple apps on a webpage. it is just a single app tutorials. i have created more than 5 apps how do i display them to be on one web page cos each of the have their individual templates -- You received this message because you are subscribed to t

Re: django beginner

2014-07-10 Thread Lachlan Musicman
https://docs.djangoproject.com/en/1.6/intro/tutorial01/ cheers L. On 10 July 2014 18:16, ngangsia akumbo wrote: > can u post the link again cos i have completed some tutorials on articles > from django docs > > -- > You received this message because you are subscribed to the Google Groups > "Dja

Re: django beginner

2014-07-10 Thread ngangsia akumbo
can u post the link again cos i have completed some tutorials on articles from django docs > -- 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+unsub

Re: django beginner

2014-07-10 Thread ngangsia akumbo
On Thursday, July 10, 2014 9:02:10 AM UTC+1, somecallitblues wrote: > > You mentioned that you haven't completed a tutorial. You should because > this stuff is in it. Your questions are too broad and covered in docs and > other material on the web. Google is your bro :) > On 10/07/2014 5:52 pm,

Re: django beginner

2014-07-10 Thread Mario Gudelj
You mentioned that you haven't completed a tutorial. You should because this stuff is in it. Your questions are too broad and covered in docs and other material on the web. Google is your bro :) On 10/07/2014 5:52 pm, "ngangsia akumbo" wrote: > it is not working thanks bro > > > > > i have one mo

Re: django beginner

2014-07-10 Thread ngangsia akumbo
it is not working thanks bro i have one more question. I have created a series of apps for my project. like services, contact, news ,booking app for my hotel site. i created their individual individual templates for each of them and extended it to the base.html, they are all working fine. my

Re: django beginner

2014-07-08 Thread Mando
can you post the output when you run syncdb? On Tuesday, July 8, 2014 10:13:41 AM UTC-5, Mando wrote: > > Is there anything in your models for the other apps ex: photo, events, > etc... ? syncdb will not do anything with those until you create your > models. Besides that you just need to crate y

Re: django beginner

2014-07-08 Thread Mando
Is there anything in your models for the other apps ex: photo, events, etc... ? syncdb will not do anything with those until you create your models. Besides that you just need to crate your view and a url pointer to it and you should get a response. On Tuesday, July 8, 2014 3:13:14 AM UTC-5,

Re: django beginner

2014-07-08 Thread ngangsia akumbo
yes -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups

Re: django beginner

2014-07-07 Thread monoBOT
is the __init__.py file in the directory? 2014-07-07 15:13 GMT+01:00 ngangsia akumbo : > yes i added it to installed app > > On Monday, July 7, 2014 2:48:17 PM UTC+1, Javier Guerra wrote: > >> On Mon, Jul 7, 2014 at 8:17 AM, ngangsia akumbo >> wrote: >> > But i have just created a separate app

Re: django beginner

2014-07-07 Thread ngangsia akumbo
yes i added it to installed app On Monday, July 7, 2014 2:48:17 PM UTC+1, Javier Guerra wrote: > > On Mon, Jul 7, 2014 at 8:17 AM, ngangsia akumbo > wrote: > > But i have just created a separate app call photo, but when i run syncdb > > nothing happens > > > have you added it to INSTALLED_APPS

Re: django beginner

2014-07-07 Thread Javier Guerra Giraldez
On Mon, Jul 7, 2014 at 8:17 AM, ngangsia akumbo wrote: > But i have just created a separate app call photo, but when i run syncdb > nothing happens have you added it to INSTALLED_APPS in settings.py? -- Javier -- You received this message because you are subscribed to the Google Groups "Dja

Re: django beginner

2014-07-07 Thread ngangsia akumbo
I have created my first app for my website which is a news post that will be located on the menu bar. I wish to create a separate app for photo, events, calendars , services and a contact all on the same site. But i have just created a separate app call photo, but when i run syncdb nothing ha

Re: django beginner

2014-07-05 Thread ngangsia akumbo
On Wednesday, July 2, 2014 12:25:24 PM UTC+1, Lachlan Musicman wrote: > > > > Why is this template not outputting the Title area? I am using django-1.4.13 My test page News Updates {% for entry in entries %} {{entry.headline}} Posted on {{ entry.pub_date }} by

Re: django beginner

2014-07-02 Thread Lachlan Musicman
You need a ^articles/year/$ in your urls.py if you want to visit http://127.0.0.1:8000/articles/year/ Your URLs are looking for: http://127.0.0.1:8000/articles/ - eg http://127.0.0.1:8000/articles/2014 http://127.0.0.1:8000/articles//dd/ - eg http://127.0.0.1:8000/articles/2014/07/ http:

Re: django beginner

2014-07-02 Thread ngangsia akumbo
On Wednesday, July 2, 2014 9:47:08 AM UTC+1, Lloyd Dube wrote: > > I suggest you do so. It is important to understand how the framework works > before attempting to create your own projects or even using existing apps. > > Page not found (404) > Request Method:GET > Request URL:http://12

Re: django beginner

2014-07-02 Thread Sithembewena Lloyd Dube
I suggest you do so. It is important to understand how the framework works before attempting to create your own projects or even using existing apps. On Wed, Jul 2, 2014 at 10:21 AM, ngangsia akumbo wrote: > no i did not > > -- > You received this message because you are subscribed to the Googl

Re: django beginner

2014-07-02 Thread ngangsia akumbo
no i did not -- 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+unsubscr...@googlegroups.com. To post to this group, send email to django-users@google

Re: django beginner

2014-07-02 Thread Sithembewena Lloyd Dube
Did you complete the entire tutorial? On Wed, Jul 2, 2014 at 10:14 AM, ngangsia akumbo wrote: > i do the installation, create the virtualenv, startproject, startapp, > create models, activate admin, > > i still confuse with one thing, if i randomly create this apps how do i > present them on th

Re: django beginner

2014-07-02 Thread ngangsia akumbo
i do the installation, create the virtualenv, startproject, startapp, create models, activate admin, i still confuse with one thing, if i randomly create this apps how do i present them on the html page That is where my prob is -- You received this message because you are subscribed to the G

Re: django beginner

2014-07-01 Thread Mike Dewhirst
Step 1 is to work through the excellent tutorial ... https://docs.djangoproject.com/en/1.6/ Step 2 is to draw on paper what you want the website to look like and what the various buttons and links will do. Step 3 is to look for something which has already been done which might suit your need

Re: django beginner

2014-07-01 Thread alghafli
Hi, I am also new to django and I started by reading the django tutorial. https://docs.djangoproject.com/en/1.6/intro/overview/ It covers installation then shows how to construct a django application. It takes you step by step in constructing an example application. I believe it is a very good pl

Re: Django beginner question

2011-08-21 Thread Christian Ramsey
Ok I see. I like the idea of this I will try it, aha!! I truly understand, thank you so much and I will post my outcome! Christian On 21 Aug 2011, at 10:17, Gelonida N wrote: > On 08/21/2011 03:25 AM, Christian Ramsey wrote: >> Hi and thank you so much, this provided a ton of clarity, especia

Re: Django beginner question

2011-08-21 Thread Christian Ramsey
Taking a look at this now! Cheers. On 20 Aug 2011, at 19:14, kenneth gonsalves wrote: > On Sat, 2011-08-20 at 17:03 -0700, Christian Ramsey wrote: >> Thank you for your response, I was trying to explain it in detail, I >> believe I get the greater whole of the project which I've specified by >> ex

Re: Django beginner question

2011-08-21 Thread Gelonida N
On 08/21/2011 03:25 AM, Christian Ramsey wrote: > Hi and thank you so much, this provided a ton of clarity, especially > the modelling of the order table with a foreign key to a user, I was > locked on thinking the user table needed to somehow have the orders > within it. But I see I needed to ste

Re: Django beginner question

2011-08-20 Thread kenneth gonsalves
On Sat, 2011-08-20 at 17:03 -0700, Christian Ramsey wrote: > Thank you for your response, I was trying to explain it in detail, I > believe I get the greater whole of the project which I've specified by > explaining the project but the parts I don't I've asked a question > about. Maybe my approach

Re: Django beginner question

2011-08-20 Thread Christian Ramsey
Hi and thank you so much, this provided a ton of clarity, especially the modelling of the order table with a foreign key to a user, I was locked on thinking the user table needed to somehow have the orders within it. But I see I needed to step back. I've already started to implement all of this a

Re: Django beginner question

2011-08-20 Thread Gelonida N
On 08/21/2011 12:56 AM, Christian Ramsey wrote: > Hi I am a Django beginner and I am just getting into creating apps > with it, my goal was to create a simple > order application for practice. The app will be somewhat like this: > > 1.A user will login or create an account. > 2.A user will order f

Re: Django beginner question

2011-08-20 Thread Christian Ramsey
Thank you Shawn, Thank you for your response, I was trying to explain it in detail, I believe I get the greater whole of the project which I've specified by explaining the project but the parts I don't I've asked a question about. Maybe my approach is incorrect, I did not mean that my informat

Re: Django beginner question

2011-08-20 Thread Shawn Milochik
Christian, We understand that you're a beginner, and there are a lot of people that are willing to help people new to Django on this list. However, you've basically laid out an assignment here and asked how to go about it. That comes across as asking others to do your work for you. You won't