That looks really weird.

Try running this command in a new folder exactly as shown.
django-admin startproject polls_project .

Remember to include a space and period after polls_ project. 

It should create a directory structure like this in your new folder.

.

├── manage.py

├── polls_project

│   ├── __init__.py

│   ├── settings.py

│   ├── urls.py

│   └── wsgi.py

Most developers use a virtual environment when creating new projects. A 
virtual env separates the dependencies between different projects. It is 
not necessary for you to do that on your first project so don't worry about 
it. You can always watch youtube tutorials on creating virtual envs later 
on. 

On Tuesday, July 2, 2019 at 9:25:35 PM UTC-5, Scott Winter wrote:
>
> Ok, attached a pic of the mysite folder and the other items inside. Polls 
> 2 and 3 are my attempt at making another polls app. Feels like I'm missing 
> something really simple here.
>
> On Sunday, June 30, 2019 at 11:06:54 PM UTC-4, Joe Reitman wrote:
>>
>> What does your project directory look like?
>>
>>
>>
>> On Sunday, June 30, 2019 at 8:29:02 PM UTC-5, Scott Winter wrote:
>>>
>>> Sorry, you'll have to be clearer than that. Not sure how to do that nor 
>>> how it relates to the issue
>>>
>>> On Friday, June 28, 2019 at 12:28:33 AM UTC-4, karthikvignesh28 wrote:
>>>>
>>>> Create virtual environment
>>>>
>>>> On Fri, Jun 28, 2019, 6:14 AM ScottW <spwin...@gmail.com> wrote:
>>>>
>>>>> The server ran a few weeks ago before I ran into this issue. I used 
>>>>> the run server command just now and now its not working. Interesting
>>>>>
>>>>> On Thursday, June 27, 2019 at 3:09:29 PM UTC-4, karthikvignesh28 wrote:
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Thursday, June 27, 2019 at 8:04:39 AM UTC+5:30, ScottW wrote:
>>>>>>>
>>>>>>> Hi, 
>>>>>>>
>>>>>>> I'm attempting to get started with Django and very first part of the 
>>>>>>> polls app. When I type "python manage.py startapp polls"  into the 
>>>>>>> Windows 
>>>>>>> Powershell I don't see a folder for it in my file explorer under 
>>>>>>> "mysite". 
>>>>>>> Even stranger is that when I type 'tree' for this folder it shows that 
>>>>>>> its 
>>>>>>> on the computer, but there's nothing in it besides 'migrations' and 
>>>>>>> '_pycache_ '. Please refer to the screenshot attached for a picture of 
>>>>>>> the 
>>>>>>> Powershell code. If someone could help steer me in the right direction 
>>>>>>> that 
>>>>>>> would be great! 
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> Can you run the server Without Creating a new app? 
>>>>>>
>>>>> -- 
>>>>> 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...@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/003f95c0-4e7d-4806-af90-6a4e9f6da018%40googlegroups.com
>>>>>  
>>>>> <https://groups.google.com/d/msgid/django-users/003f95c0-4e7d-4806-af90-6a4e9f6da018%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>

-- 
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.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/5f8b834e-13f5-4806-a2df-b8d8a1bfa4fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to