new to django

59 views
Skip to first unread message

shubham...@gmail.com

unread,
Oct 18, 2018, 5:21:02 AM10/18/18
to Django users
"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?????

Dilip Krishna

unread,
Oct 18, 2018, 5:48:42 AM10/18/18
to Django users
You might have created a virtual environment for django and got out of it.....check for it??

Shubham Bajaj

unread,
Oct 18, 2018, 5:53:21 AM10/18/18
to django...@googlegroups.com
I and getting error no module found django.cargo.
I tried for three hours but unable to start my first project pls help me..

On Thu 18 Oct, 2018, 3:19 PM Dilip Krishna, <dilipkrish...@gmail.com> wrote:
You might have created a virtual environment for django and got out of it.....check for it??

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c5f1cb03-3d6c-41b5-9d9f-f32dbd3f14d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Pradeep Singh

unread,
Oct 18, 2018, 5:58:47 AM10/18/18
to django...@googlegroups.com
bro first select a file where your project have stored.

Shubham Bajaj

unread,
Oct 18, 2018, 6:36:02 AM10/18/18
to django...@googlegroups.com
When I tried to run "admin.py start project mysite" in cmd  it shows module django.cargo not found

Shubham Bajaj

unread,
Oct 18, 2018, 6:41:57 AM10/18/18
to django...@googlegroups.com
No module named django.core how to solve this issue

Shubham Bajaj

unread,
Oct 18, 2018, 6:42:27 AM10/18/18
to django...@googlegroups.com
Django.core*


On Thu 18 Oct, 2018, 3:28 PM Pradeep Singh, <reply...@gmail.com> wrote:

Nelson Varela

unread,
Oct 18, 2018, 10:34:41 AM10/18/18
to Django users

did you install django....... 

Shubham Bajaj

unread,
Oct 18, 2018, 2:19:17 PM10/18/18
to django...@googlegroups.com
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, <nelson....@gmail.com> 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 stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Vivek Jha

unread,
Oct 18, 2018, 3:26:26 PM10/18/18
to Django users
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

Vivek Jha

unread,
Oct 18, 2018, 3:29:08 PM10/18/18
to Django users
Use this step and don't forget to install pip3
Command is for linux it is sido apt-get install Python3.6-pip3

satyam mishra

unread,
Oct 18, 2018, 9:07:57 PM10/18/18
to django...@googlegroups.com
just try 'python manage.py projectname/ ' and run the project

On Thu, Oct 18, 2018 at 8:05 PM Nelson Varela <nelson....@gmail.com> 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 stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

satyam mishra

unread,
Oct 18, 2018, 9:08:10 PM10/18/18
to Django users
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 startproject projectname

Shubham Bajaj

unread,
Oct 18, 2018, 10:41:58 PM10/18/18
to django...@googlegroups.com
I am using windows 10

On Fri 19 Oct, 2018, 12:59 AM Vivek Jha, <jhavi...@gmail.com> 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 unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Shubham Bajaj

unread,
Oct 18, 2018, 10:44:46 PM10/18/18
to django...@googlegroups.com
I tried this but it showing no module found django.core
Pls help me..

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Joel Mathew

unread,
Oct 18, 2018, 11:06:05 PM10/18/18
to django...@googlegroups.com
just purge and reinstall django
> To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAMT57gi8y61x_XXgdM95P0BkQEp5-sLBdAC4qBn8jkjDbYy4cA%40mail.gmail.com.

Shubham Bajaj

unread,
Oct 18, 2018, 11:31:01 PM10/18/18
to django...@googlegroups.com

Joel

unread,
Oct 18, 2018, 11:44:09 PM10/18/18
to django...@googlegroups.com
Or you may need to add the location of your installation directory to the system path. 

Shubham Bajaj

unread,
Oct 18, 2018, 11:48:31 PM10/18/18
to django...@googlegroups.com
I already did these all...
Can u help me with team viewer if possible

Joel

unread,
Oct 18, 2018, 11:52:28 PM10/18/18
to django...@googlegroups.com

Shubham Bajaj

unread,
Oct 18, 2018, 11:53:37 PM10/18/18
to django...@googlegroups.com

Aditya Bohra

unread,
Oct 24, 2018, 10:36:01 AM10/24/18
to Django users


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 now

Ing.Daniel Bojorge

unread,
Oct 24, 2018, 10:47:33 AM10/24/18
to django...@googlegroups.com
Thanks for tell us.


Mi Blog
Nicaragua

"Si ustedes permanecen unidos a mí, y si permanecen fieles a mis enseñanzas, pidan lo que quieran y se les dará.
(Juan 15:7 DHH)
Bendito el varón que se fía en el SEÑOR, y cuya confianza es el SEÑOR.
(Jeremías 17:7 RV2000)



--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

maunish dave

unread,
Oct 24, 2018, 1:20:25 PM10/24/18
to django...@googlegroups.com
Chech if you have installed django or not
Type this command on cmd ' django pip install'

Mamadou Harouna Diallo

unread,
Oct 24, 2018, 1:20:39 PM10/24/18
to django...@googlegroups.com
Hello, Are you active your virtuel env ?
You must active the virtuel env

Le jeu. 18 oct. 2018 à 09:20, <shubham...@gmail.com> 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 to do?????

--
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...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

SHUBHAM .SINGH. RATHORE

unread,
Oct 24, 2018, 1:57:47 PM10/24/18
to django...@googlegroups.com
First you createsuperuser than runserver

On Thu 18 Oct, 2018 2:50 pm , <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?????

--
Reply all
Reply to author
Forward
0 new messages