Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
iriberri
/
python-getting-started
Public
forked from
heroku/python-getting-started
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 27, 2023
Update settings.py
iriberri
authored
d68ee6f
View commit details
Copy full SHA for d68ee6f
Browse repository at this point
Update settings.py
iriberri
authored
ca54745
View commit details
Copy full SHA for ca54745
Browse repository at this point
Update views.py
iriberri
authored
723f41a
View commit details
Copy full SHA for 723f41a
Browse repository at this point
Update views.py
iriberri
authored
a457e5e
View commit details
Copy full SHA for a457e5e
Browse repository at this point
Update settings.py
iriberri
authored
a29572c
View commit details
Copy full SHA for a29572c
Browse repository at this point
Update views.py
iriberri
authored
1fd48e1
View commit details
Copy full SHA for 1fd48e1
Browse repository at this point
Update index.html
iriberri
authored
c8d6611
View commit details
Copy full SHA for c8d6611
Browse repository at this point
Update index.html
iriberri
authored
aa73a82
View commit details
Copy full SHA for aa73a82
Browse repository at this point
Update settings.py
iriberri
authored
d190fd6
View commit details
Copy full SHA for d190fd6
Browse repository at this point
Update requirements.txt
iriberri
authored
e336c64
View commit details
Copy full SHA for e336c64
Browse repository at this point
Update requirements.txt
iriberri
authored
96820ad
View commit details
Copy full SHA for 96820ad
Browse repository at this point
Update settings.py
iriberri
authored
a06251d
View commit details
Copy full SHA for a06251d
Browse repository at this point
Update requirements.txt
iriberri
authored
c82301a
View commit details
Copy full SHA for c82301a
Browse repository at this point
Commits on Jun 7, 2023
Update to Python 3.11.4 (#204)
Show description for 5b5a5d7
edmorley
authored
5b5a5d7
View commit details
Copy full SHA for 5b5a5d7
Browse repository at this point
Commits on May 21, 2023
Don't provision a Postgres database by default (#203)
Show description for c99a168
edmorley
authored
c99a168
View commit details
Copy full SHA for c99a168
Browse repository at this point
Commits on May 19, 2023
Improve explanation of `ALLOWED_HOSTS` (#202)
Show description for 8bac412
edmorley
authored
8bac412
View commit details
Copy full SHA for 8bac412
Browse repository at this point
Use a randomised Django secret key if one isn't set explicitly (#201)
Show description for ed1f1b8
edmorley
authored
ed1f1b8
View commit details
Copy full SHA for ed1f1b8
Browse repository at this point
Add a comment explaining the `.env` file (#200)
Show description for 20b3df7
edmorley
authored
20b3df7
View commit details
Copy full SHA for 20b3df7
Browse repository at this point
Improve WhiteNoise configuration (#199)
Show description for 5ec6d70
edmorley
authored
5ec6d70
View commit details
Copy full SHA for 5ec6d70
Browse repository at this point
Disable Django admin by default (#198)
Show description for 4465fc2
edmorley
authored
4465fc2
View commit details
Copy full SHA for 4465fc2
Browse repository at this point
Use `--debug-mode` for tests instead of running collectstatic (#197)
Show description for c0f6198
edmorley
authored
c0f6198
View commit details
Copy full SHA for c0f6198
Browse repository at this point
Update dj-database-url requirement from <2.0,>=1.0 to >=2.0,<3.0 (#196)
Show description for 27c9f9e
dependabot[bot]
and
edmorley
authored
27c9f9e
View commit details
Copy full SHA for 27c9f9e
Browse repository at this point
Enable Dependabot (#195)
Show description for 9aae1a5
edmorley
authored
9aae1a5
View commit details
Copy full SHA for 9aae1a5
Browse repository at this point
Port changes from the upstream `startproject` template (#194)
Show description for 317c865
edmorley
authored
317c865
View commit details
Copy full SHA for 317c865
Browse repository at this point
Fix the Heroku Button URL (#192)
Show description for 17a1800
edmorley
authored
17a1800
View commit details
Copy full SHA for 17a1800
Browse repository at this point
Improve example unit tests (#191)
Show description for 37f270a
edmorley
authored
37f270a
View commit details
Copy full SHA for 37f270a
Browse repository at this point
Remove dead code (#190)
Show description for b4f9e3f
edmorley
authored
b4f9e3f
View commit details
Copy full SHA for b4f9e3f
Browse repository at this point
Clean up `.gitignore` (#189)
Show description for ee88776
edmorley
authored
ee88776
View commit details
Copy full SHA for ee88776
Browse repository at this point
Format the codebase using Black (#188)
Show description for 02eb141
edmorley
authored
02eb141
View commit details
Copy full SHA for 02eb141
Browse repository at this point
Commits on Apr 6, 2023
Update to Python 3.11.3 (#187)
Show description for 7d2f6a1
edmorley
authored
7d2f6a1
View commit details
Copy full SHA for 7d2f6a1
Browse repository at this point
Commits on Feb 8, 2023
Update to Python 3.11.2 (#186)
Show description for f15b443
edmorley
authored
f15b443
View commit details
Copy full SHA for f15b443
Browse repository at this point
Commits on Dec 7, 2022
Update to Python 3.11.1 (#185)
Show description for 270a57b
edmorley
authored
270a57b
View commit details
Copy full SHA for 270a57b
Browse repository at this point
Commits on Nov 28, 2022
Update README for ending of free plans (#184)
Show description for 4666497
Jonathan McAllister
and
Jonathan McAllister
authored
4666497
View commit details
Copy full SHA for 4666497
Browse repository at this point
Commits on Oct 25, 2022
Update to Python 3.11.0 (#181)
Show description for d9837b4
edmorley
authored
d9837b4
View commit details
Copy full SHA for d9837b4
Browse repository at this point
Commits on Oct 12, 2022
Update to Python 3.10.8 (#179)
Show description for 907e3dc
edmorley
authored
907e3dc
View commit details
Copy full SHA for 907e3dc
Browse repository at this point
Previous
Next
You can’t perform that action at this time.