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 trialGrayson Swaim
8,992 PointsWeb deployment for Internal Use (Django)
I've been working on projects in Django. Now I'm questioning how we want to deploy the website to multiple people internally within the company without making it public on the internet.
I have three concerns:
1) I simply can't expect everyone to open the command prompt and type in "runserver", and access the same database. Per documentation, runserver is for development use, and not for production.
2) I'm expecting at most 75 people accessing the website at once.
3) I want this to be free and easy. Nothing fancy.
So what are my options? Should I dive into Apache and FastCGI? I'm a little uneasy about MAMP as recommended by TTH, but if you insist on it, then I'll dive deeper into it.
Thanks!
Connor James
5,380 PointsConnor James
5,380 PointsDid you find a solution for this? I am currently in the same situation.. Any advice/tips would be greatly appreciated!