Re: I new to Django

2023-05-21 Thread 'Kasper Laudrup' via Django users
On 21/05/2023 16.26, khaled alshadbi wrote: Hello friends please help me to start from scratch... I want to build sales program using Python and Django https://docs.djangoproject.com/en/4.2/intro/ Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

I new to Django

2023-05-21 Thread khaled alshadbi
Hello friends please help me to start from scratch... I want to build sales program using Python and Django -- 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

Re: New to Django

2022-11-06 Thread Kevin gallagher
Thanks for the help! On Thursday, November 3, 2022 at 7:28:08 PM UTC subtitle indo wrote: > Please let me know if that sounds okay. > > On Wed, Nov 2, 2022 at 6:05 PM Kevin gallagher > wrote: > >> Hi guys, >> Im currently learning django and am doing a project for college. Im >> building an

Re: New to Django

2022-11-02 Thread Sebastian Jung
Hello kevin, There are several django booking apps like this https://github.com/bernii/django-reservations I think its easier to change existing code to your requirements then begin from strech. Good luck Kevin gallagher schrieb am Mi., 2. Nov. 2022, 18:04: > Hi guys, > Im currently learning

New to Django

2022-11-02 Thread Kevin gallagher
Hi guys, Im currently learning django and am doing a project for college. Im building an appointment website users can book a training session. These are my models: class TimeSlot(models.Model): title = models.CharField(max_length=50) def __str__(self): return f'There is a

Re: New to Django

2021-10-16 Thread Lalit Suthar
I recommand https://www.youtube.com/playlist?list=PLEsfXFp6DpzRMby_cSoWTFw8zaMdTEXgL On Sun, 3 Oct 2021 at 17:32, bnmng wrote: > I think you'll get a few opinions on this. My opinion is no. I feel the > docs are very good but difficult to understand as a beginner. I like > Mozilla's into

Re: New to Django

2021-10-14 Thread Adrian Valenzuela
Nice! Thanks for this! I'm new too and this already looks like a great resource. On Sunday, October 3, 2021 at 5:01:41 AM UTC-7 bnmng wrote: > I think you'll get a few opinions on this. My opinion is no. I feel the > docs are very good but difficult to understand as a beginner. I like >

Re: New to Django

2021-10-05 Thread Adeyemi Deji
Hi, I started roughly too. Began paying attention as it started getting interesting. Django documentation was actually wat got me started but before that I went through some pdfs, had a lot of that on my pc. The poll app in django documentation really helped, don't think I would be where I am

Re: New to Django

2021-10-03 Thread bnmng
I think you'll get a few opinions on this. My opinion is no. I feel the docs are very good but difficult to understand as a beginner. I like Mozilla's into with the Local Library tutorial to get started https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django On Friday, October 1,

New to Django

2021-10-01 Thread Richlue Toure
Hi, I want to learn django very well but tutorials like youtube videos, books and pay for online courses are not really satisfying me that much . So if I decide to learn django directly from the documentation will I learn good enough to Intermediate and Advance level ? if yes please help me

Re: new in Django

2021-08-05 Thread Fulbéria Tangbé
I'm fine! Le jeu. 29 juil. 2021 à 13:06, Ogara Dennis a écrit : > Hello Friends > > -- > 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

new in Django

2021-07-29 Thread Ogara Dennis
Hello Friends -- 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 view this discussion on the web visit

RE: Re: NEW TO DJANGO

2020-05-20 Thread Vishesh Mangla
  Sent from Mail for Windows 10 From: Madhav NandanSent: 20 May 2020 22:19To: Django usersSubject: Re: NEW TO DJANGO I need to know what I should do so that once I click a hyperlink, it will redirect me to a payment page and I need to make a working payment option like paypal integration

RE: Re: NEW TO DJANGO

2020-05-20 Thread Vishesh Mangla
Haven’t you used the redirect() function in Django? Sent from Mail for Windows 10 From: Madhav NandanSent: 20 May 2020 22:19To: Django usersSubject: Re: NEW TO DJANGO I need to know what I should do so that once I click a hyperlink, it will redirect me to a payment page and I need to make

Re: NEW TO DJANGO

2020-05-20 Thread Madhav Nandan
*From: *Madhav Nandan > *Sent: *19 May 2020 20:34 > *To: *django...@googlegroups.com > *Subject: *NEW TO DJANGO > > > > Dear Django fellas, > > > > I'm new to Django here. I started learning and it's been a while and I'm > facing a lot of issues. Can so

Re: NEW TO DJANGO

2020-05-19 Thread Akshat Zala
>> Windows 10 >> >> >> >> *From: *Madhav Nandan >> *Sent: *19 May 2020 20:34 >> *To: *django...@googlegroups.com >> *Subject: *NEW TO DJANGO >> >> >> >> Dear Django fellas, >> >> >> >> I'm new to

Re: NEW TO DJANGO

2020-05-19 Thread Hella Nick
do not >> require django to go to a site , rather you require a hyperlink. >> >> >> >> >> >> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for >> Windows 10 >> >> >> >> *From: *Madhav Nandan >> *Sent

Re: NEW TO DJANGO

2020-05-19 Thread Akshat Zala
hyperlink. > > > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Madhav Nandan > *Sent: *19 May 2020 20:34 > *To: *django...@googlegroups.com > *Subject: *NEW TO DJANGO > > > > Dea

RE: NEW TO DJANGO

2020-05-19 Thread Vishesh Mangla
Your question is not clear to me. What exactly do you want ?You do not require django to go to a site , rather you require a hyperlink.  Sent from Mail for Windows 10 From: Madhav NandanSent: 19 May 2020 20:34To: django-users@googlegroups.comSubject: NEW TO DJANGO Dear Django fellas, I'm new

NEW TO DJANGO

2020-05-19 Thread Madhav Nandan
Dear Django fellas, I'm new to Django here. I started learning and it's been a while and I'm facing a lot of issues. Can somebody help me with *''how can I integrate a payment system like PayPal to a link?''* Like I have a link, if someone clicks on that link that will redirect the user

Re: New to Django, can't get it running on the web through http://127.0.0.1:8000/

2020-04-26 Thread Adam H
I realize this is an old post. so this is for the next person who stumbles in here looking for an answer to the same question. I had the same problem. for me, i was missing a colon in my code. it was that simple. check for red underlines in your code i tried runserver again, python3 manage.py

Re: New to Django to select between 3.0 and 2.2

2020-03-13 Thread אורי
Hi Mrinal, It depends on the packages you are using (dependencies). Which Django version do they support? If all your dependencies support Django 3.0, go for it. Otherwise, go for 2.2. I'm personally still using Django 2.1 for Speedy Net, but I'm waiting for PR #12332 to be released to

Re: New to Django to select between 3.0 and 2.2

2020-03-13 Thread Andréas Kühne
Hi Mrinal, Django is a very mature framework - new releases rarely have any issues that hinder them from being used in production. For a new project you should definitely go for 3.0 - you will start with the correct structure for the new async features and you will also not have any issues with

New to Django to select between 3.0 and 2.2

2020-03-12 Thread Mrinal Kamboj
Hello, I have just started the Python development, I am very new to the Python and have to select between Django versions 3.0 and 2.2, where 2.2 is LTS and 3.0 is current main stream. Does the current 3.0 Packages can still have the compatibility issues and would take some time to be stable

Re: new to django

2020-03-03 Thread Naveen Arora
Hi, Have a look at my tutorials :) https://www.geeksforgeeks.org/django-tutorial/ Cheers, Naveen Arora On Sunday, 1 March 2020 23:34:45 UTC+5:30, Gurjot Kawatra wrote: > > hello everyone ...if anybody could help me out > my django server is started and i'm able to see congratulation

Re: new to django

2020-03-02 Thread victor awakan
You can first try the django official tutorial. This will give you a rough idea how things works. https://docs.djangoproject.com/en/3.0/ On Sunday, March 1, 2020 at 8:04:45 PM UTC+2, Gurjot Kawatra wrote: > > hello everyone ...if anybody could help me out > my django server is started and

Re: new to django

2020-03-02 Thread Lokendra Chouhan
Django life cycle link - https://www.reddit.com/r/webexpert/comments/dgp283/django_request_response_cycle/ On Mon, Mar 2, 2020 at 12:41 PM Aditya Khatwa wrote: > Congratulations 1st step completed a 100 more to go. > > On Sun, 1 Mar 2020, 23:55 Omkar Parab, wrote: > >> Here's the Perfect

Re: new to django

2020-03-01 Thread Aditya Khatwa
Congratulations 1st step completed a 100 more to go. On Sun, 1 Mar 2020, 23:55 Omkar Parab, wrote: > Here's the Perfect Django tutorial. > From development to production. > > https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p > > On Sun, Mar 1, 2020, 11:33 PM Gurjot

Re: new to django

2020-03-01 Thread Omkar Parab
Here's the Perfect Django tutorial. >From development to production. https://www.youtube.com/playlist?list=PL-osiE80TeTtoQCKZ03TU5fNfx2UY6U4p On Sun, Mar 1, 2020, 11:33 PM Gurjot Kawatra wrote: > hello everyone ...if anybody could help me out > my django server is started and i'm able

new to django

2020-03-01 Thread Gurjot Kawatra
hello everyone ...if anybody could help me out my django server is started and i'm able to see congratulation messege... now plz tell me the next step to create a project and run and watching output at the localhost:8000 -- You received this message because you are subscribed to the Google

New to Django need help with m2m database with intermediate table.

2020-02-24 Thread Silas Nicholls
Hello, Sorry for my amateur question. I've been stuck on this issue for a while and I can't work out if there is way I can use my current models to work in this way. Here is a link to my issue:

New to Django, need help using my intermediate table to show the m2m relationship in my templates.

2020-02-24 Thread Silas Nicholls
Hello Sorry I am very new to Django and have come across quite the stumbling block. The details to the issue are in this Stack Overflow post I made a while ago with no answers: https://stackoverflow.com/questions/60223686/how-do-i-use-my-intermediate-table-to-show-the-m2m-relationship-in-my

New to Django. Trying to wrap my head around markdown to html conversion using regex

2020-02-20 Thread Joey Jo Jo Jr
this is a learning assignment, no markdown conversion libraries are allowed. So I'm tasked with using regular expressions to convert. I understand regular expressions and have already formulated a few to change things like **text** to text and so on, but being so new to Django and still figuring

Re: New to Django and Python

2020-01-05 Thread Hedrick Godson's
Wish you well with ur new journey On Sun, 5 Jan 2020, 16:50 'Dash LaLonde' via Django users < django-users@googlegroups.com> wrote: > Hello, > > Just wanted to say hello and let you all know that I will probably be > posting many questions. > > -- > You received this message because you are

New to Django and Python

2020-01-05 Thread 'Dash LaLonde' via Django users
Hello, Just wanted to say hello and let you all know that I will probably be posting many questions. -- 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

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Muhammed Rafi A
password is not correct, check them or reset the password ones more On Fri, Jan 3, 2020 at 2:58 PM shailendra singh wrote: > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File >

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Rajesh Maruti
The authentication error for the database username with password Please check the DB username and password On Fri, 3 Jan 2020 at 14:57, shailendra singh wrote: > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File >

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread sagar ninave
Hello ShailendraI have tried to attached postgresql to django but it could not happened please can you tell me what is procedure to do that -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread shailendra singh
Thanks Everyone . Now its done. On Friday, January 3, 2020 at 2:57:27 PM UTC+5:30, shailendra singh wrote: > > The above exception was the direct cause of the following exception: > > Traceback (most recent call last): > File >

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread Motaz Hejaze
To test just create another user and database and grant all privileges for the new user to the new database and finally add those new credentials to django settings.py On Fri, 3 Jan 2020, 12:46 pm ramadhan ngallen, wrote: > Hello > The reason was due to wrong password for the postgre.

Re: Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread ramadhan ngallen
Hello The reason was due to wrong password for the postgre. Kindly test the password via Pgadmin. Best Regards Ramadhan Ngallen Software Consultant Phone: +255 715 200 997 | ngall...@gmail.com On 3 Jan 2020, 12:27 +0300, shailendra singh , wrote: > The above exception was the direct cause of

Hi everyone I am new in django and postgresql. Actually I am getting following error when i run the project, Although I am putting right password and username. Please Help me....

2020-01-03 Thread shailendra singh
The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File

Re: I am new in Django. Getting below errors when i am trying to install psycopg2. Please help me.....

2019-10-10 Thread Peter van der Does
Literally the first search result on google: https://www.google.com/search?q=psycopg2+ld%3A+library+not+found+for+lssl Google and Stack Overflow is my workflow. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group

I am new in Django. Getting below errors when i am trying to install psycopg2. Please help me.....

2019-10-10 Thread shailendra singh
ook-Air:ioadigital shailendra$ pip install psycopg2 Collecting psycopg2 Using cached https://files.pythonhosted.org/packages/5c/1c/6997288da181277a0c29bc39a5f9143ff20b8c99f2a7d059cfb55163e165/psycopg2-2.8.3.tar.gz Installing collected packages: psycopg2 Running setup.py install for psycopg2

Re: New project Django.....any one willing to assist in doing a project...

2019-07-10 Thread Nitin Kalmaste
Can you will teach me I am also starting django On Wed 10 Jul, 2019, 4:56 PM Joel Rotich, wrote: > Share your emailNeed someone really quickI have some basics but I > need to work with an expert to speed up. I will pay for Hrs used. > > -- > You received this message because you are

New project Django.....any one willing to assist in doing a project...

2019-07-10 Thread Joel Rotich
Share your emailNeed someone really quickI have some basics but I need to work with an expert to speed up. I will pay for Hrs used. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving

Re: I'm very new to Django. Its possible to do the below project with Django?

2019-05-05 Thread pranayreddy788
I worked on Django from 2 years , you can use lot of Django features to build these kind of project. Use Django admin for faster development Post_save and decorator are very useful for ur project. Go through these concepts once in Django documentation Faster and easier way Django On May 5, 2019

I'm very new to Django. Its possible to do the below project with Django?

2019-05-05 Thread rocky2sdat
Recently I've signed in my office project which is for HR department. I want to create an admin panel and Agent view. We have a separate tool named 'PeopleSoft' In that tool somebody(agents) moved to bench it will automatically publish on my tool and an email triggered to Supervisor(Every

Re: problems with url and views - new to django

2019-04-23 Thread Rob Gmail
django-users@googlegroups.com" >> Date: Sunday, April 21, 2019 at 9:02 PM >> To: "django-users@googlegroups.com" >> Subject: Re: problems with url and views - new to django >> >> >> >> Hello Rob. >> >> With the url "hell

Re: problems with url and views - new to django

2019-04-23 Thread Victor H. Velasquez Rizo
of "Victor H. Velasquez Rizo" > *Reply-To: *"django-users@googlegroups.com" > > *Date: *Sunday, April 21, 2019 at 9:02 PM > *To: *"django-users@googlegroups.com" > *Subject: *Re: problems with url and views - new to django > > > > *

Re: problems with url and views - new to django

2019-04-23 Thread Victor H. Velasquez Rizo
Whats the structure of your project.? On Tue, Apr 23, 2019, 7:13 AM Deepali Singh wrote: > I have new to django ad i have created my project my pieshopI don't > know how it is showing 3 folders in the app > > On Mon, 22 Apr 2019 at 22:08, Robert Wahoo wrote: > >> Ac

Re: problems with url and views - new to django

2019-04-23 Thread Deepali Singh
I have new to django ad i have created my project my pieshopI don't know how it is showing 3 folders in the app On Mon, 22 Apr 2019 at 22:08, Robert Wahoo wrote: > Actually, I found why I got that last message, was a typo on my part. > > > > On to the next problem…Thank you

Re: problems with url and views - new to django

2019-04-22 Thread Robert Wahoo
9 at 9:02 PM To: "django-users@googlegroups.com" Subject: Re: problems with url and views - new to django Hello Rob. With the url "hello/", your trying to call the "hello" function on your view.py. First, you need to import "hello" to be able to use it. from fr

Re: problems with url and views - new to django

2019-04-22 Thread Robert Wahoo
Subject: Re: problems with url and views - new to django Hello Rob. With the url "hello/", your trying to call the "hello" function on your view.py. First, you need to import "hello" to be able to use it. from from lct_app.views import hello Second, call the func

Re: problems with url and views - new to django

2019-04-21 Thread Victor H. Velasquez Rizo
*Hello Rob.* With the url "hello/", your trying to call the "hello" function on your view.py. *First*, you need to import "hello" to be able to use it. from *from lct_app.views import hello* *Second,* call the function. path('hello/', hello), *urls.py* from django.contrib import admin from

problems with url and views - new to django

2019-04-21 Thread Rob W
setting up a new project. all good, loaded up the project on localhost. however, when creating a view then setting the url, it doesn't work. *urls.py* from django.contrib import admin from django.urls import path urlpatterns = [ path('admin/', admin.site.urls), path('hello/',

Re: New to Django

2018-12-16 Thread Pradeep Sukhwani
Normally this type of issue comes when you are not using the environment where Django is installed or maybe you forgot to install Django. To confirm Django is install successfully run this in your terminal: python -c "import django; print(django.get_version())" On Saturday, December 15, 2018

Re: New to Django

2018-12-16 Thread Steven N
I think you have not installed django, `pip install django` you can confirm if django is installed in your current environment by doing `pip list` if it is, you will see it in the list. This might come in handy On Sun, Dec 16, 2018, 1:47 PM

Re: New to Django

2018-12-16 Thread tom riddle
Thanks for the responses. I was able to figure this out - I believe my issue was that I did not activate the virtual environment and cd into the folder containing the Django-admin exec file. Once I did that the command worked. On Sun, Dec 16, 2018 at 5:47 AM Okware Aldo wrote: > I can remotely

Re: New to Django

2018-12-16 Thread Okware Aldo
I can remotely help, provide access me with remote access or push code github On Sat, 15 Dec 2018, 20:54 Hello - I'm trying to get Django up and running and I'm having some likely > trivial trouble. I'm following the "Writing your first Django app" > tutorial, but I'm getting stuck trying to

Re: New to Django

2018-12-15 Thread Gene LaRose
Have you installed a new environment and django? On Sat, Dec 15, 2018, 12:53 PM Hello - I'm trying to get Django up and running and I'm having some likely > trivial trouble. I'm following the "Writing your first Django app" > tutorial, but I'm getting stuck trying to create t

New to Django

2018-12-15 Thread elddirmmot
Hello - I'm trying to get Django up and running and I'm having some likely trivial trouble. I'm following the "Writing your first Django app" tutorial, but I'm getting stuck trying to create the project using 'django-admin startproject mysite'. The output says command not found. I've tried

Re: I'm new in Django. please help me out

2018-11-13 Thread Joel
c >>> -- >>> *From:* django-users@googlegroups.com >>> on behalf of amit pant >>> *Sent:* Tuesday, November 13, 2018 10:27:13 AM >>> *To:* django-users@googlegroups.com >>> *Subject:* Re: I'm new in Django.

Re: I'm new in Django. please help me out

2018-11-13 Thread Dheeraj Kumar
>> Eric >> -- >> *From:* django-users@googlegroups.com on >> behalf of amit pant >> *Sent:* Tuesday, November 13, 2018 10:27:13 AM >> *To:* django-users@googlegroups.com >> *Subject:* Re: I'm new in Django. please help me out >> >

Re: I'm new in Django. please help me out

2018-11-13 Thread amit pant
o_my_homework.com" >  > > > Eric > -- > *From:* django-users@googlegroups.com on > behalf of amit pant > *Sent:* Tuesday, November 13, 2018 10:27:13 AM > *To:* django-users@googlegroups.com > *Subject:* Re: I'm new in Django. please help me out > >

Re: I'm new in Django. please help me out

2018-11-13 Thread PASCUAL Eric
alf of amit pant Sent: Tuesday, November 13, 2018 10:27:13 AM To: django-users@googlegroups.com Subject: Re: I'm new in Django. please help me out hey, you need to pay for that. On Tue, Nov 13, 2018 at 2:55 PM mailto:talk...@gmail.com>> wrote: Hi All, can you please solve this. 1) Create

Re: I'm new in Django. please help me out

2018-11-13 Thread amit pant
hey, you need to pay for that. On Tue, Nov 13, 2018 at 2:55 PM wrote: > Hi All, > > can you please solve this. > > 1) Create a simple Category model using DRF with following fields : > Id,name,parent,is_featured,image,is_active,description > 2) Create CRUD APIs for the same. > 3) Validate input

I'm new in Django. please help me out

2018-11-13 Thread talkdkg
Hi All, can you please solve this. 1) Create a simple Category model using DRF with following fields : Id,name,parent,is_featured,image,is_active,description 2) Create CRUD APIs for the same. 3) Validate input at every event/API. 4) Implement ordering and filtering. 5) GET API should take params

Re: Where to start - New to Django and Python

2018-11-02 Thread William Vincent
Well I'm biased but add Django for Beginners <https://djangoforbeginners.com/> to the mix too. Also Django Girls <https://tutorial.djangogirls.org/en/>is a great first step. On Monday, October 22, 2018 at 8:02:01 AM UTC-4, Lokendar Singh wrote: > > Hi Community, > > I'm

Re: New to Django: Please Help!! Django User Model not saving first_name, last_name and email - Authentication App

2018-10-30 Thread Adrian Chipukuma
lare password1 & password2 fields in your >> Form. Do Check. >> >> >> >> On Monday, October 29, 2018 at 10:04:39 PM UTC+5:30, Adrian Chipukuma >> wrote: >>> >>> Hello, >>> >>> I am new to Django and enjoying the learning process,

Re: New to Django: Please Help!! Django User Model not saving first_name, last_name and email - Authentication App

2018-10-30 Thread Adrian Chipukuma
# Your next steps > > > I think you might need to declare password1 & password2 fields in your > Form. Do Check. > > > > On Monday, October 29, 2018 at 10:04:39 PM UTC+5:30, Adrian Chipukuma > wrote: >> >> Hello, >> >> I am new to Django a

Re: New to Django: Please Help!! Django User Model not saving first_name, last_name and email - Authentication App

2018-10-29 Thread Manjunath
UTC+5:30, Adrian Chipukuma wrote: > > Hello, > > I am new to Django and enjoying the learning process, unfortunately I am > stuck, and I need expert guidance. > I am learning through developing a User Authentication System. The system > is supposed to have a user registrati

New to Django: Please Help!! Django User Model not saving first_name, last_name and email - Authentication App

2018-10-29 Thread Adrian Chipukuma
Hello, I am new to Django and enjoying the learning process, unfortunately I am stuck, and I need expert guidance. I am learning through developing a User Authentication System. The system is supposed to have a user registration functionality, login, user profile editing and logout. I have

Re: new to django

2018-10-24 Thread SHUBHAM .SINGH. RATHORE
First you createsuperuser than runserver On Thu 18 Oct, 2018 2:50 pm , wrote: > "django-admin startproject mysite" i tried to run this in cmd propmt but it > is not working showing "django-admin' is not recognized as an internal or > external command," what to do? > > -- > You received

Re: new to django

2018-10-24 Thread Mamadou Harouna Diallo
Hello, Are you active your virtuel env ? You must active the virtuel env Le jeu. 18 oct. 2018 à 09:20, a écrit : > "django-admin startproject mysite" i tried to run this in cmd propmt but it > is not working showing "django-admin' is not recognized as an internal or > external command," what

Re: new to django

2018-10-24 Thread maunish dave
Chech if you have installed django or not Type this command on cmd ' django pip install' On Wed 24 Oct, 2018, 8:05 PM Aditya Bohra, wrote: > > > On Thursday, October 18, 2018 at 2:51:02 PM UTC+5:30, shubham...@gmail.com > wrote: >> >> "django-admin startproject mysite" i tried to run this in

Re: new to django

2018-10-24 Thread Ing.Daniel Bojorge
Thanks for tell us. Dios L@s Bendiga Saludos, [image: --] daniel.bojorge [image: http://]about.me/daniel.bojorge *Curso Django 2.1 (Course of Django 2.1)* Mi Blog Nicaragua "Si

Re: new to django

2018-10-24 Thread Aditya Bohra
On Thursday, October 18, 2018 at 2:51:02 PM UTC+5:30, shubham...@gmail.com wrote: > > "django-admin startproject mysite" i tried to run this in cmd propmt but it > is not working showing "django-admin' is not recognized as an internal or > external command," what to do? > > Is it working

Re: Where to start - New to Django and Python

2018-10-22 Thread manu . pascual . luna
read it for free online. El lunes, 22 de octubre de 2018, 14:02:01 (UTC+2), Lokendar Singh escribió: > > Hi Community, > > I'm new to django and python, however I've experience in development. > > Can someone suggest me the best book/content/tutor to enhance my skills as

Re: Where to start - New to Django and Python

2018-10-22 Thread Joel
: > Hi Community, > > I'm new to django and python, however I've experience in development. > > Can someone suggest me the best book/content/tutor to enhance my skills as > a lead developer? > Currently I'm going through django documentation. > > > Thanks in advance! &g

Re: Where to start - New to Django and Python

2018-10-22 Thread Mo-rema07
I have found The Django Book <https://djangobook.com/> to be a very good book to get a handle of Djangoa and it's philosophy. On Monday, October 22, 2018 at 2:02:01 PM UTC+2, Lokendar Singh wrote: > > Hi Community, > > I'm new to django and python, however I've experie

Where to start - New to Django and Python

2018-10-22 Thread Lokendar Singh
Hi Community, I'm new to django and python, however I've experience in development. Can someone suggest me the best book/content/tutor to enhance my skills as a lead developer? Currently I'm going through django documentation. Thanks in advance! Lokendar -- You received this message

Re: new to django

2018-10-18 Thread Joel
No, sorry. On Fri, 19 Oct, 2018, 9:18 AM Shubham Bajaj, wrote: > I already did these all... > Can u help me with team viewer if possible > > On Fri 19 Oct, 2018, 9:14 AM Joel, wrote: > >> Or you may need to add the location of your installation directory to the >> system path. >> >> On Fri, 19

Re: new to django

2018-10-18 Thread Shubham Bajaj
Kk thanks.. On Fri 19 Oct, 2018, 9:22 AM Joel, wrote: > No, sorry. > > On Fri, 19 Oct, 2018, 9:18 AM Shubham Bajaj, > wrote: > >> I already did these all... >> Can u help me with team viewer if possible >> >> On Fri 19 Oct, 2018, 9:14 AM Joel, wrote: >> >>> Or you may need to add the location

Re: new to django

2018-10-18 Thread Shubham Bajaj
I already did these all... Can u help me with team viewer if possible On Fri 19 Oct, 2018, 9:14 AM Joel, wrote: > Or you may need to add the location of your installation directory to the > system path. > > On Fri, 19 Oct, 2018, 9:00 AM Shubham Bajaj, > wrote: > >> Thank u.. >> >> On Fri 19

Re: new to django

2018-10-18 Thread Joel
Or you may need to add the location of your installation directory to the system path. On Fri, 19 Oct, 2018, 9:00 AM Shubham Bajaj, wrote: > Thank u.. > > On Fri 19 Oct, 2018, 8:35 AM Joel Mathew, wrote: > >> just purge and reinstall django >> >> >> On Fri, 19 Oct 2018 at 08:14, Shubham Bajaj

Re: new to django

2018-10-18 Thread Shubham Bajaj
Thank u.. On Fri 19 Oct, 2018, 8:35 AM Joel Mathew, wrote: > just purge and reinstall django > > > On Fri, 19 Oct 2018 at 08:14, Shubham Bajaj > wrote: > > > > I tried this but it showing no module found django.core > > Pls help me.. > > > > On Fri 19 Oct, 2018, 6:37 AM satyam mishra, wrote:

Re: new to django

2018-10-18 Thread Joel Mathew
just purge and reinstall django On Fri, 19 Oct 2018 at 08:14, Shubham Bajaj wrote: > > I tried this but it showing no module found django.core > Pls help me.. > > On Fri 19 Oct, 2018, 6:37 AM satyam mishra, wrote: >> >> just install all the necessary module needed, just open the location of

Re: new to django

2018-10-18 Thread Shubham Bajaj
I tried this but it showing no module found django.core Pls help me.. On Fri 19 Oct, 2018, 6:37 AM satyam mishra, wrote: > just install all the necessary module needed, just open the location of > project where you want your project located to be..for example if you want > your project to be

Re: new to django

2018-10-18 Thread Shubham Bajaj
I am using windows 10 On Fri 19 Oct, 2018, 12:59 AM Vivek Jha, wrote: > Use this step and don't forget to install pip3 > Command is for linux it is sido apt-get install Python3.6-pip3 > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: new to django

2018-10-18 Thread satyam mishra
just install all the necessary module needed, just open the location of project where you want your project located to be..for example if you want your project to be located in desktop then use cmd in cmd prompt 'cd desktop' then create your project by using the command ;django-admin

Re: new to django

2018-10-18 Thread satyam mishra
just try 'python manage.py projectname/ ' and run the project On Thu, Oct 18, 2018 at 8:05 PM Nelson Varela wrote: > > did you install django... > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and

new to django

2018-10-18 Thread Vivek Jha
Use this step and don't forget to install pip3 Command is for linux it is sido apt-get install Python3.6-pip3 -- 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

new to django

2018-10-18 Thread Vivek Jha
1. virtualenv environmentname 2. cd environmentname 3. Scripts\activate #to activate environment 4. pip3 install dango==2.1 5. django-admin startproject projectname 6. cd projectname 7. Python manage.py runserver -- You received this message because you are subscribed to the Google Groups

Re: new to django

2018-10-18 Thread Shubham Bajaj
Yeah.. When I tried running import django in idle it is not showing any error On Thu 18 Oct, 2018, 8:05 PM Nelson Varela, wrote: > > did you install django... > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from

Re: new to django

2018-10-18 Thread Nelson Varela
did you install django... -- 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

Re: New to Django

2018-10-18 Thread fatoubinetou196
Le mercredi 17 octobre 2018 21:21:54 UTC, fatoubi...@gmail.com a écrit : > > Hi! I wanted to know if you could frame me on how to design my application > of visualizations of the statutes of a payments by the owner with Django. > Because it's my first time and I do not quite understand how to

Re: new to django

2018-10-18 Thread Shubham Bajaj
Django.core* On Thu 18 Oct, 2018, 3:28 PM Pradeep Singh, wrote: > bro first select a file where your project have stored. > > On Thu, 18 Oct 2018 at 15:23, Shubham Bajaj > wrote: > >> I and getting error no module found django.cargo. >> I tried for three hours but unable to start my first

Re: new to django

2018-10-18 Thread Shubham Bajaj
No module named django.core how to solve this issue On Thu 18 Oct, 2018, 4:05 PM Shubham Bajaj, wrote: > When I tried to run "admin.py start project mysite" in cmd it shows > module django.cargo not found > > On Thu 18 Oct, 2018, 3:28 PM Pradeep Singh, wrote: > >> bro first select a file

Re: new to django

2018-10-18 Thread Shubham Bajaj
When I tried to run "admin.py start project mysite" in cmd it shows module django.cargo not found On Thu 18 Oct, 2018, 3:28 PM Pradeep Singh, wrote: > bro first select a file where your project have stored. > > On Thu, 18 Oct 2018 at 15:23, Shubham Bajaj > wrote: > >> I and getting error no

  1   2   3   4   5   >