An open API service indexing awesome lists of open source software.

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.

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)