Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1vank1n/django-project-template
Django project template for me. if anybody want to use it, so... just do it.
https://github.com/1vank1n/django-project-template
django gulp template
Last synced: about 2 months ago
JSON representation
Django project template for me. if anybody want to use it, so... just do it.
- Host: GitHub
- URL: https://github.com/1vank1n/django-project-template
- Owner: 1vank1n
- Created: 2015-06-21T13:08:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T08:50:33.000Z (4 months ago)
- Last Synced: 2024-09-13T20:55:06.054Z (4 months ago)
- Topics: django, gulp, template
- Language: Python
- Size: 826 KB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Project Template
It's very simple start point for django project.
For `Django >= 4.2` compatible with `Python >= 3.11`. `Node ~= 20.10`.
## Install
django-admin startproject project_name --template=https://github.com/1vank1n/django-project-template/archive/master.zip
make deps## Usage
### Server (one terminal tab)
python manage.py runserver### Frontend (other terminal tab)
npm start## Structure
Recommend installation virtualenv in `.env` folder in project folder.
```
/.env - virtualenv
/.git
/applications - folder for django applications
---/main - start app point that I offer for you
/frontend - folder for source "frontend" files
---/images - gulp tasks look at this folder, files get->optimize->put to `/static/images/`
---/scripts - gulp tasks look at this folder, files get->minify->put to `/static/scripts/`
---/styles - gulp tasks look at this folder, get _common.styl->optimize->put to `/static/styles/base.css`
/settings - django settings
/tasks - gulp tasks
```Any question? Create issue or type me to email = [email protected]