publish: publish: Merge pull request #118 from pierotofy/partial

generated from commit f06cf2c3db
pull/298/head
Piero Toffanin 2017-03-31 17:30:06 -04:00
rodzic f06cf2c3db
commit 02760b6da2
3 zmienionych plików z 27 dodań i 27 usunięć

Wyświetl plik

@ -1095,7 +1095,7 @@ model-wise (can a user add a project? can a user view projects?).</p>
<li>Create a <a href="https://github.com/OpenDroneMap/WebODM/compare">pull request</a> </li>
</ol>
<p>We don&rsquo;t have many rules. Follow the guidelines indicated in the <a href="https://github.com/OpenDroneMap/WebODM/blob/master/CONTRIBUTING.md">Contributing</a> document, be nice and you&rsquo;ll do great.</p>
<p>We don&rsquo;t have many rules. Follow the guidelines indicated in the <a href="https://github.com/OpenDroneMap/WebODM/blob/master/CONTRIBUTING.md">Contributing</a> document, be nice to others and you&rsquo;ll do great! :)</p>
<h2 id="setup-a-development-environment">Setup a Development Environment</h2>
@ -1117,7 +1117,7 @@ model-wise (can a user add a project? can a user view projects?).</p>
<h2 id="run-unit-tests">Run Unit Tests</h2>
<p>We think testing is a necessary part of delivering robust software. We try to achieve complete test coverage for backend code, while we are more relaxed about front end testing. See <a href="https://github.com/OpenDroneMap/WebODM/issues/119">#119</a>.</p>
<p>We think testing is a necessary part of delivering robust software. We try to achieve complete test coverage for backend code, while we are more relaxed about frontend testing. See <a href="https://github.com/OpenDroneMap/WebODM/issues/119">#119</a>.</p>
<p>To run the unit tests, simply type:</p>
@ -1129,7 +1129,7 @@ model-wise (can a user add a project? can a user view projects?).</p>
<p>The backend is based mainly on <a href="https://www.djangoproject.com/">Django</a> and <a href="http://www.django-rest-framework.org/">Django REST Framework</a>.</p>
<p>We don&rsquo;t use much of Django&rsquo;s templating system, except for the <code class="prettyprint">Administration</code> and <code class="prettyprint">Processing Nodes</code> sections, since we found it too inflexible. Instead we use Django to expose an <a href="#reference">API</a>, which we then tie to a <a href="https://facebook.github.io/react/">React.js</a> app.</p>
<p>We don&rsquo;t use much of Django&rsquo;s templating system, except for the <code class="prettyprint">Administration</code> and <code class="prettyprint">Processing Nodes</code> sections. Instead we use Django to expose an <a href="#reference">API</a>, which we then tie to a <a href="https://facebook.github.io/react/">React.js</a> app.</p>
<p>Directories of interest are listed as follow:</p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long