All Projects → barissaslan → Django Dersleri

barissaslan / Django Dersleri

YouTube Django Dersleri için proje kaynak kodu

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Dersleri

Django Ledger
A bookkeeping & financial analysis engine for the Django Framework. UNDER ACTIVE DEVELOPMENT & NOT STABLE YET.
Stars: ✭ 253 (+87.41%)
Mutual labels:  django-application, django, django-framework
Banking System
A banking System Created Using Django Python Web Framework
Stars: ✭ 105 (-22.22%)
Mutual labels:  django-application, django, django-framework
mubapp
MUB is a multi-user blog web app using the Python-Django infrastructure.
Stars: ✭ 24 (-82.22%)
Mutual labels:  django-application, django-framework, django-blog
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-85.19%)
Mutual labels:  django-application, django, django-framework
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: ✭ 65 (-51.85%)
Mutual labels:  django-application, django, django-framework
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+6216.3%)
Mutual labels:  django-application, django, django-framework
Awesome Django Cn
Django 优秀资源大全。
Stars: ✭ 1,153 (+754.07%)
Mutual labels:  django-application, django, django-framework
Microsite
Full featured and completely customizable django site for organizations.
Stars: ✭ 75 (-44.44%)
Mutual labels:  django-application, django-blog, django
C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
Stars: ✭ 11,897 (+8712.59%)
Mutual labels:  education, educational
Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-33.33%)
Mutual labels:  education, educational
Django Hexo Matery
尝试用Django3重写的我的Hexo博客,使用的前端主题是 Matery。
Stars: ✭ 92 (-31.85%)
Mutual labels:  django-blog, django
Sagefy
🔭 Learn anything, adapted for you. Free.
Stars: ✭ 80 (-40.74%)
Mutual labels:  education, educational
Django Poll App
Django poll app is a full featured polling app. You have to register in this app to show the polls and to vote. If you already voted you can not vote again. Only the owner of a poll can add poll , edit poll, update poll, delete poll , add choice, update choice, delete choice and end a poll. If a poll is ended it can not be voted. Ended poll only shows user the final result of the poll. There is a search option for polls. Also user can filter polls by name, publish date, and by number of voted. Pagination will work even after applying filter.
Stars: ✭ 78 (-42.22%)
Mutual labels:  django-application, django
Academicstoday Django
A open-source platform for online course-based learning and education.
Stars: ✭ 130 (-3.7%)
Mutual labels:  django, education
Education Backend
Django backend for my info-business website
Stars: ✭ 79 (-41.48%)
Mutual labels:  django-application, django
Covid19 Dashboard
🦠 Django + Plotly Coronavirus dashboard. Powerful data driven Python web-app, with an awesome UI. Contributions welcomed! Featured on 🕶Awesome-list
Stars: ✭ 100 (-25.93%)
Mutual labels:  django-application, django
Liquid dl
Liquid-dl is a simple tool for utlities such as FFMPEG, youtube-dl, and scdl. It provides a simple framework with simple point and click options allowing users to just click on what they need and use the bare minimum commands to get the results needed.
Stars: ✭ 78 (-42.22%)
Mutual labels:  django-application, django
Tutorials
All of the code for my Medium articles
Stars: ✭ 92 (-31.85%)
Mutual labels:  education, educational
Django Business Logic
Visual DSL framework for django
Stars: ✭ 134 (-0.74%)
Mutual labels:  django, django-framework
W3develops
The w3develops.org open source codebase - Learn, build, and meetup with other developers on DISCORD https://discord.gg/WphGvTT and YOUTUBE http://bit.ly/codingyt
Stars: ✭ 120 (-11.11%)
Mutual labels:  django, education

Django Dersleri

YouTube kanalımdaki Django Dersleri için proje kaynak kodu. Proje Django 1.10 ve Python 3.5 ile yazılmış olup, bir blog projesi olarak sunulmuştur.

Dersler YouTube'da ücretsiz olarak yayımlanmaktadır.

Kurulum

İndirdikten sonra proje dizini içerisinde :

virtualenv venv

Linux & Mac: source venv/bin/activate

Windows: venv\Scripts\activate

pip install -r requirements.txt

python manage.py makemigrations

python manage.py migrate

python manage.py createsuper

python manage.py runserver

Ders Kodları

4 - İlk Django Projesi

5 - (Kod Yok)

6 - (Kod Yok)

7 - İlk Uygulama ve Uygulama Kavramı

8 - Model

9 - Admin Panelini Özelleştirmek

10 - Views

11 - Uygulama URL'i

12 - Template

13 - Template Dinamik İçerik

14 - (Kod Yok)

15 - Index ve Detail View

16 - Dinamik URL Tanımlama

17 - URL Adresi Çağırma

18 - (Kod Yok)

19 - Model Form & Create View

20 - Update View & Yönlendirme

21 - Delete View

22 - Mesajlar

23 - Template Kalıtımı

24 - Statik Dosyalar

25 - Bootstrap

26 - Bootstrap Responsive Tasarım

27 - Bootstrap Özelleştirmeleri

28 - Crispy Forms

29 - FileField & ImageField

30 - Kullanıcı Yetkileri

31 - SlugField

32 - CKEditor

33 - Yazar & Post İlişkisi

34 - Yorum Sistemi

35 - Google reCAPTCHA (Ben Robot Değilim)

36 - Sayfalama (Pagination)

37 - Arama Yapmak

38 - Kullanıcı Üye Girişi

39 - Üye Olma

40 - Kullanıcı Çıkış İşlemi

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].