filmov
tv
Create a URL Shortener Using django rest framework and chatGPT

Показать описание
Content
1- Project Setup
2- Asking ChatGPT what to do
3- Creating the Model
4- Creating the serializer
5- Creating the View
6- Creating the urls file
7- adding Validations
8- adding Authorization
9- modifying admin panel
10- fixing bugs
URL_REGEX = "^((http|https)://)[-a-zA-Z0-9@:%._\\+~#?&//=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%._\\+~#?&//=]*)$"
all with the help of chat gpt
1- Project Setup
2- Asking ChatGPT what to do
3- Creating the Model
4- Creating the serializer
5- Creating the View
6- Creating the urls file
7- adding Validations
8- adding Authorization
9- modifying admin panel
10- fixing bugs
URL_REGEX = "^((http|https)://)[-a-zA-Z0-9@:%._\\+~#?&//=]{2,256}\\.[a-z]{2,6}\\b([-a-zA-Z0-9@:%._\\+~#?&//=]*)$"
all with the help of chat gpt