• Stars
    star
    428
  • Rank 101,481 (Top 2 %)
  • Language
    Python
  • Created about 5 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Чистый Django шаблон с nginx, gunicorn и systemd конфигами

Это чистый шаблон Django проекта, с которым можно быстро начать разработку. В шаблон входит конфиг Systemd, nginx, gunicorn.

Видео

Установка представляет собой просто указание Python интерпретатора и названия домена, запустите:

./install.sh

В конфиге Django заполните настройки базы данных (src/config/settings.py).

Посмотреть статус gunicorn демона:

sudo systemctl status gunicorn

Логи gunicorn'а лежат в gunicorn/access.log и gunicorn/error.log.

После изменения systemd конфига надо перечитать его и затем перезапустить юнит:

sudo systemctl daemon-reload
sudo systemctl restart gunicorn

More Repositories

1

telegram-finance-bot

Телеграм бот для учёта личных расходов и ведения бюджета
Python
420
star
2

debian-set-up-for-django

Set up clean Django server for Django projects. Nginx, Gunicorn, Django, Python 3.7, PostgreSQL, Supervisor
334
star
3

thanks

Система донатов для авторов
253
star
4

nvim-config

Vim Script
226
star
5

phoneinput

JavaScript
183
star
6

eng-ru-dictionary

Англо-русский словарик часто встречающихся ИТ-слов
175
star
7

botanim-bot

Telegram bot for botanim.to.digital
Python
172
star
8

knowledge-base

127
star
9

typed-python-book

Handlebars
119
star
10

weather

Python
96
star
11

tinkoff-analytics

Аналитика доходности инвестиционного портфеля в Тинькофф брокере
Python
65
star
12

youtube-google-sheets-python

Python
44
star
13

postgres-s3-backuper

Backup and restore PostgreSQL database with encryption and S3 (Yandex Object Storage)
Python
40
star
14

debian-set-up-for-php

Set up clean Django server for PHP projects. Apache with mod_php, mod_rewrite, MariaDB, PHP 7.0+
28
star
15

dnd-demo

Drag and drop trello-like board realization in Vanilla JS
JavaScript
23
star
16

youtube-python-structures

Код из видео https://www.youtube.com/watch?v=tsEG0WM3m_M
Python
19
star
17

react-typescript-component-generator

Fast Generate TypeScript React component files
Python
15
star
18

frontend-project-example

Материал для видео на Youtube
TypeScript
9
star
19

fix-donate-telegram

Python
8
star
20

tests

just for tests
3
star
21

drfjsondemo

3
star