PTVS-Samples/PollsDjango/Readme
Steve Dower d3e1264687 Import existing samples. 2015-04-24 13:01:39 -07:00
..
SyncDB.png Import existing samples. 2015-04-24 13:01:39 -07:00
readme.html Import existing samples. 2015-04-24 13:01:39 -07:00

readme.html

Этот файл содержит невидимые символы Юникода!

Этот файл содержит невидимые символы Юникода, которые могут быть отображены не так, как показано ниже. Если это намеренно, можете спокойно проигнорировать это предупреждение. Используйте кнопку Экранировать, чтобы показать скрытые символы.

<!DOCTYPE html>
<!--
 Copyright (c) Microsoft Corporation.

 This source code is subject to terms and conditions of the Apache License, Version 2.0. A
 copy of the license can be found in the License.html file at the root of this distribution. If
 you cannot locate the Apache License, Version 2.0, please send an email to
 vspython@microsoft.com. By using this source code in any fashion, you are agreeing to be bound
 by the terms of the Apache License, Version 2.0.

 You must not remove this notice, or any other, from this software.
-->

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>Django Web App Configuration</title>
    <link rel="stylesheet" href="../../../../../PythonTools/ReadmeStyle.css" type="text/css" />
</head>
<body>
    <h1 class="top">One more thing...</h1>
    <p>
        Before running this project, you need to <strong>
            synchronize the
            database
        </strong>.
    </p>


    <h1>Synchronize the Database</h1>
    <p>
        This project has default settings for the database (it uses sqlite).
        You'll need to create the database before running the project.
    </p>

    <ol>
        <li>Open Solution Explorer.</li>
        <li>
            <p>Right-click the project node and select Python->Django Sync DB.</p>
            <img src="SyncDB.png" />
        </li>
        <li>You will be prompted to create a super user, enter yes.</li>
        <li>
            Enter a user name, email and password when prompted. The username
            and password do not need to match any existing account.
        </li>
    </ol>
</body>
</html>