Re: Where to create a Django project

2018-11-02 Thread bill . torcaso . oxfam
Hope this helps When working on an AWS Elastic Beanstalk instance, you can log into the system using Secure Shell (SSH), with a key pair. For EBeanstalk, that key pair was either created or selected from existing keys at the time that you created the server. >From there you have a typic

Where to create a Django project

2018-11-02 Thread KH
I am new to Django and web development and am having some issues figuring out how to get started. I am following the Django getting started tutorial on their website. Where is a Django project supposed to be created? I installed Django into an AWS ec2 instance and was able to run the default sta