This lesson first reveals you how to properly set up the CircleCI config.yml file, which is used to specify the environment and the commands executed in the CircleCI environment.
Subsequently, you’ll have a look at the CircleCI web interface to explore the Continuous Integration (CI) tasks, you have defined and which were run after pushing your changes to GitHub.
Note: If you want to learn more about things you can specify in the circleci/config.yml, check out the official documentation.
Howard M Sherman on May 10, 2020
@Billa123, I got that same problem you mentioned in your message on March 24, the “./manage.py no such file or directory” error. How did you fix it?