Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Django Basics What a View! Running the Server

Manage.py, settings.py, etc in PyCharm

I thought that manage.py, settings.py, etc were always created automatically when you start a project in Django...when I start projects in PyCharm, I can't seem to find them.

Any ideas?

Thanks.

1 Answer

Matthew Hill
Matthew Hill
7,799 Points

Just start the project using the command line. You can always edit your project files in pycharm later. Also, be sure to check your file associations, I had my .py extensions associated with pycharm (so they would always open ready for editing unless I right clicked and opened with), however, this prevents you from running a server from the command line until you reset your associations.

Hope that helps, Matt