Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
7058b595
Kaydet (Commit)
7058b595
authored
Eki 31, 2012
tarafından
Tim Graham
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed #16779 - Added a contributing tutorial
Thank-you Taavi Taijala for the draft patch!
üst
e0363c68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
index.txt
docs/index.txt
+2
-1
unit-tests.txt
docs/internals/contributing/writing-code/unit-tests.txt
+4
-0
contributing.txt
docs/intro/contributing.txt
+0
-0
index.txt
docs/intro/index.txt
+1
-0
No files found.
docs/index.txt
Dosyayı görüntüle @
7058b595
...
...
@@ -47,7 +47,8 @@ Are you new to Django or to programming? This is the place to start!
:doc:`Part 4 <intro/tutorial04>`
* **Advanced Tutorials:**
:doc:`How to write reusable apps <intro/reusable-apps>`
:doc:`How to write reusable apps <intro/reusable-apps>` |
:doc:`Writing your first patch for Django <intro/contributing>`
The model layer
===============
...
...
docs/internals/contributing/writing-code/unit-tests.txt
Dosyayı görüntüle @
7058b595
...
...
@@ -38,6 +38,8 @@ with this sample ``settings`` module, ``cd`` into the Django
If you get an ``ImportError: No module named django.contrib`` error,
you need to add your install of Django to your ``PYTHONPATH``.
.. _running-unit-tests-settings:
Using another ``settings`` module
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
...
...
@@ -133,6 +135,8 @@ Then, run the tests normally, for example:
./runtests.py --settings=test_sqlite admin_inlines
.. _running-unit-tests-dependencies:
Running all the tests
~~~~~~~~~~~~~~~~~~~~~
...
...
docs/intro/contributing.txt
0 → 100644
Dosyayı görüntüle @
7058b595
This diff is collapsed.
Click to expand it.
docs/intro/index.txt
Dosyayı görüntüle @
7058b595
...
...
@@ -15,6 +15,7 @@ place: read this material to quickly get up and running.
tutorial04
reusable-apps
whatsnext
contributing
.. seealso::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment