#ai
Study materials by tag "ai" from expert practitioners. Current articles and useful tips for development.
Articles with tag "#ai"
All materials on the topic ai
settings.py: Django Configuration
settings.py is the central configuration file for a Django project.
CSRF Protection in Django
CSRF (Cross-Site Request Forgery) is an attack in which an adversary tricks the user's browser into sending a request on...
Django Migrations
A migration is a file describing changes to the database schema. Django tracks the state of your models and generates...
Django Development Server
By default the server starts at http://127.0.0.1:8000/.
Views in Django: Handling Requests
A view is a function or class that receives an HTTP request and returns an HTTP response.
Timezones in Django
Django stores all DateTimeField values in UTC when USETZ=True. Conversion to local time happens at the display layer.
Deploying Django to Railway
Railway is a cloud platform with a free tier. Deploy from GitHub in minutes.
Django DetailView
DetailView is a CBV for displaying a single object by its pk or slug.
Tokens in LLMs: How the Model Sees Text
When you send a request to a language model, it doesn't see words or letters. It sees tokens — chunks...
Git Clone: Complete Guide 📦
git clone is the command for copying (cloning) a remote repository to your computer.
AI Startup: Basics
An AI Startup is a young company building a product powered by artificial intelligence.
AI Model Basics
An AI model is a program that learns from data and makes predictions.
Similar tags
Study related topics
Looking for more on the topic?
Study all our materials or subscribe to updates