https://github.com/kohrongying/codespaces-django
https://github.com/kohrongying/codespaces-django
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kohrongying/codespaces-django
- Owner: kohrongying
- Created: 2023-01-17T07:37:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T07:37:51.000Z (over 2 years ago)
- Last Synced: 2025-01-27T22:14:30.470Z (4 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub Codespaces ♥️ Django
Welcome to your shiny new Codespace running Django! We've got everything fired up and running for you to explore Django.
You've got a blank canvas to work on from a git perspective as well. There's a single initial commit with the what you're seeing right now - where you go from here is up to you!
Everything you do here is contained within this one codespace. There is no repository on GitHub yet. If and when you’re ready you can click "Publish Branch" and we’ll create your repository and push up your project. If you were just exploring then and have no further need for this code then you can simply delete your codespace and it's gone forever.
To run this application:
```python
python manage.py runserver
```