Update for public https://habr.com/post/421887/
This commit is contained in:
31
README.html
31
README.html
@@ -1,3 +1,34 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="./myapp/static/css/bootstrap.min.css" />
|
||||
<link rel="stylesheet" href="./myapp/static/css/font-awesome.min.css" />
|
||||
<script type="text/javascript" src="./myapp/static/js/jquery-3.3.1.slim.min.js"></script>
|
||||
<script type="text/javascript" src="./myapp/static/js/popper.min.js"></script>
|
||||
<script type="text/javascript" src="./myapp/static/js/bootstrap.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container-fluid">
|
||||
|
||||
<h3>Описание</h3>
|
||||
|
||||
<p>Каркас веб-приложения на Flask</p>
|
||||
|
||||
<p>Структура каталогов для проекта (в частности на Flask) <a href="https://habr.com/post/421887/">https://habr.com/post/421887/</a></p>
|
||||
|
||||
<h3>Утилиты</h3>
|
||||
|
||||
<p>Добавление пользователя</p>
|
||||
|
||||
<pre>
|
||||
./utils/useradd.py --user admin --password admin
|
||||
</pre>
|
||||
|
||||
<p>Запуск из консоли</p>
|
||||
|
||||
<pre>
|
||||
./run.py
|
||||
</pre>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user