Skip to content
/ django Public
forked from kodilan-com/django

Kodilan.com Backend (Django tutorial project. We don't use it on production)

License

Notifications You must be signed in to change notification settings

tamert/django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kodilan Backend (Django)

Eksikler

  • Firmaların ilanları eklenecek
  • Etiketlerin ilanları eklenecek
  • Ilan gönderme eklenecek
  • Lokasyona göre ilan arama eklenecek
  • Search eklenecek (Pozisyon adı, şehir, type/örn: tam zamanlı)

Gereksinimler

  • postgresql
  • python 3.6+

Kurulum

paketlerin yüklenilmesi

$ pip install -r requirements.txt

migration oluşturma

$ python manage.py makemigrations

migrate

$ python manage.py migrate

superuser oluşturma

$ python manage.py createsuperuser

About

Kodilan.com Backend (Django tutorial project. We don't use it on production)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 95.4%
  • HTML 4.6%