Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django2-project-template
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
django2-project-template
Commits
55daf3cd
Kaydet (Commit)
55daf3cd
authored
May 03, 2019
tarafından
Batuhan Taşkaya
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move
üst
97b3dc6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
README.md
README.md
+2
-5
No files found.
README.md
Dosyayı görüntüle @
55daf3cd
...
...
@@ -36,11 +36,6 @@ Pipenv can be obtained by pip;
$ pip install pipenv
```
Use pipenv to activate your virtual environment if that exists else create one and activate.
```
bash
$
pipenv shell
```
You need to declare
**3 environment**
variables.
```
bash
export
DJANGO_ENV
=
"development"
...
...
@@ -64,6 +59,7 @@ $ cp config/settings/test.example.py config/settings/test.py
# development.py is not under revison control
# test.py is not under revison control
$
pipenv
install
$
pipenv shell
$
git init
# now you can start your own repo!
```
...
...
@@ -73,6 +69,7 @@ or, you can use installer script:
$
bash <
(
curl
-fsSL
https://raw.githubusercontent.com/vigo/django2-project-template/master/install.sh
)
$
cd
YOUR_PROJECT/
$
pipenv
install
$
pipenv shell
$
git init
# now you can start your own repo!
```
...
...
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