8000 GitHub - github/codespaces-django at 42fbc952b3743e21cefb691a11e0ea8f77e7c930
[go: up one dir, main page]

Skip to content

github/codespaces-django

Repository files navigation

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 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 collect static files:

python manage.py collectstatic

To run this application:

python manage.py runserver

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0