https://github.com/grenkoff/django-clean-template-for-vscode-v0
Easy to run Django project in VS Code environment.
https://github.com/grenkoff/django-clean-template-for-vscode-v0
django python shell
Last synced: 6 months ago
JSON representation
Easy to run Django project in VS Code environment.
- Host: GitHub
- URL: https://github.com/grenkoff/django-clean-template-for-vscode-v0
- Owner: grenkoff
- Created: 2024-06-08T09:31:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T13:33:39.000Z (about 2 years ago)
- Last Synced: 2025-04-06T17:29:08.785Z (over 1 year ago)
- Topics: django, python, shell
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project `django-clean-template-for-vscode`
This project is designed to easily run a Django project in a VS Code environment. Installation of the *Extension: Python* (by Microsoft) is required.
## Clone & run
Go to the directory where your project will be stored, for example, `projects/`:
```
cd projects/
```
Сlone the current project:
```
git clone https://github.com/grenkoff/django-clean-template-for-vscode.git
```
Rename your project ...
```
mv django-clean-template-for-vscode/
```
and **c**hange **d**irectory:
```
cd
```
Launch `install.sh`:
```
./install.sh
```
After the script execution VS Code will be opened. Press `ctrl+f5` to run the command `python3 manage.py runserver`.
Django project ready for development.
## Author
[Alexander Grenkov](https://github.com/grenkoff)
Before making a **fork** ✌️, click on the **star** ⭐.
[
](https://www.buymeacoffee.com/grenkoff)