Getting started with Django Framework
- First of all, create a repository to your project.
- Integrating the project dependencies list with Pyup:
- Sign in up to your Pyup account.
- Look at the top screen right corner and click
Add Repo, take a search for your repository description, or grab it from the list of items below further. - Once the choice has been made, click
Add, and a setup screen will prompt to you. Set the Dependency Updates as active and selectallfor all the dependencies; don't acceptSchedule Updates; leaveSafety CImarked as true; clickAddto confirm these settings. - After that, the initial setup will create a feature branch named
pyup-botfollowed by a pull request, and an opened issue under the repository of the project.
Don't worry about the messageNo requirement files could be found.there are no pinned dependencies yet, and also no badges for while. - Then, in GitHub, all you have to do is to accept that initial pull request and confirm it with
Rebase and Merge, delete the branch, and close the issue.
- The next steps:
- Take a clone of your project to your local machine.
- From now on, we'll proceed to the next steps by opening issues and creating feature branches. So, you'll need to follow each issue.
##Badges
- Building Travis CI from Upstream:
Branch main
Branch master
Building Travis CI from Fork (branch main):
- Deployment on Heroku
- Standard Django Server