What's new
Heroturko

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Build a SaaS Develop a Subscription-Based App from scratch

ad-team

Trusted Editor
Trusted Editor
537368816_que-es-udemy-analisis-opiniones.jpg

3.72 GB | 17min 27s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English

Files Included :
1 -Python Installation on Windows via Microsoft Store.mp4 (21.96 MB)
10 -Activating a virtual environment on MacOS.mp4 (12.09 MB)
11 -Updating pip in virtual environment.mp4 (5.55 MB)
12 -Installing django.mp4 (7.49 MB)
13 -What is a Django Project.mp4 (9.74 MB)
14 -Creating a Django project.mp4 (33.62 MB)
15 -Creating a Django App.mp4 (11.09 MB)
16 -Exploring the structure and contents of a new Django App.mp4 (21.11 MB)
2 -Python installation with installer.mp4 (22.61 MB)
3 -Python Installation on Mac.mp4 (28.86 MB)
4 -Installing Visual Studio Code.mp4 (37.13 MB)
5 -Installing Python Extension for visual studio code.mp4 (12.67 MB)
6 -Installing Black code formatter for visual studio code.mp4 (14.82 MB)
7 -What are virtual environments.mp4 (6.44 MB)
8 -Creating and activating a virtual environment on Windows.mp4 (20.39 MB)
9 -Creating a virtual environment on MacOS.mp4 (22.26 MB)
1 -Creating a Custom User Model.mp4 (34.58 MB)
10 -Creating views for the auth app part 4.mp4 (20.25 MB)
11 -Creating URL Patterns for auth app.mp4 (46.12 MB)
12 -Including URL Patterns for the auth app in the Project URL.mp4 (51.48 MB)
13 -Creating and configuring a root templates directory.mp4 (22.99 MB)
14 -Creating a Base template part 1.mp4 (38.62 MB)
15 -Creating a Base template part 2.mp4 (91.71 MB)
16 -Creating a Base template part 3.mp4 (58.62 MB)
17 -Creating home template.mp4 (37.94 MB)
18 -Creating custom templatetags.mp4 (38.11 MB)
19 -Creating the signup template.mp4 (51.03 MB)
2 -Creating a CustomUserCreationForm.mp4 (47.16 MB)
20 -Creating a login template.mp4 (8.36 MB)
21 -Setting Up Password Reset URL Configuration.mp4 (19.32 MB)
22 -Creating Passwordresetform template.mp4 (18.17 MB)
23 -Passwordresetdone Template.mp4 (10.97 MB)
24 -Passwordresetconfirm template.mp4 (17.16 MB)
25 -Creating the Passwordresetcomplete template.mp4 (13.24 MB)
26 -Setting Up Redirects URLs.mp4 (8.39 MB)
27 -Generate an App Password from Google.mp4 (19.83 MB)
28 -Configure Gmail as Your Email Backend in Django.mp4 (23.06 MB)
29 -Testing the authentication system.mp4 (18.3 MB)
3 -Official Django Supported Databases.mp4 (16.45 MB)
30 -Creating a static directory.mp4 (32.38 MB)
31 -Creating custom css.mp4 (41.51 MB)
4 -Django Migrations.mp4 (16.51 MB)
5 -Starting Django Development Server.mp4 (33.76 MB)
6 -Create a superuser account.mp4 (10.68 MB)
7 -Creating views for the auth app Part 1.mp4 (25.07 MB)
8 -Creating views for the auth app part 2.mp4 (40.42 MB)
9 -Creating views for the auth app part 3.mp4 (33.93 MB)
1 -Create a Todo App.mp4 (5.85 MB)
10 -Create a todo list html template part 1.mp4 (20.44 MB)
11 -Create a todo list html template part 2.mp4 (55.47 MB)
12 -Create a todo list html template part 3.mp4 (20.74 MB)
13 -Create a todo list html template part 4.mp4 (64.81 MB)
14 -Code Modifications.mp4 (67.2 MB)
15 -Protecting Todos views.mp4 (22.78 MB)
16 -Modifying LOGIN REDIRECT URL.mp4 (20.87 MB)
17 -Flashing messages for new created tasks.mp4 (19.36 MB)
18 -Fixing Software Bugs.mp4 (117.88 MB)
2 -Define the Todo Model.mp4 (32.26 MB)
3 -Create and apply Migrations.mp4 (3.45 MB)
4 -Create Forms for Task Creation.mp4 (33.59 MB)
5 -Define Views for CRUD Operations Part 1.mp4 (36.44 MB)
6 -Define Views for CRUD Operations Part 2.mp4 (32.69 MB)
7 -Define URLS for Todos APP.mp4 (39.08 MB)
8 -Create a Todo form template.mp4 (31.21 MB)
9 -Create a todo confirm delete html template.mp4 (25.1 MB)
1 -Converting Todo App into SaaS.mp4 (17.39 MB)
10 -Installing Python -dotenv package.mp4 (3.89 MB)
11 -Creating a env file.mp4 (37.25 MB)
12 -Create subscription products in stripe.mp4 (14.31 MB)
13 -Create Subscriptions App Models.mp4 (45.48 MB)
14 -Migrating the subscriptions models.mp4 (2.86 MB)
15 -Define a Custom Management Command to create and update subscription plans.mp4 (47.29 MB)
16 -Executing Script to create Subscriptions Plans in Database.mp4 (1.89 MB)
17 -Creating Views for Subscription Management - Part 1.mp4 (30.17 MB)
18 -Creating Views for Subscription Management - Part 2.mp4 (55.41 MB)
19 -Creating Views for Subscription Management - Part 3.mp4 (51.72 MB)
2 -Creating and registering a subscriptions app.mp4 (7.78 MB)
20 -Creating Views for Subscription Management - Part 4.mp4 (82.12 MB)
21 -Creating URL Patterns for the Subscription App.mp4 (62.1 MB)
22 -Creating the Pricing Plan Template Part 1.mp4 (23.81 MB)
23 -Creating the Pricing Plan Template Part 2.mp4 (51.27 MB)
24 -Creating the Pricing Plan Template Part 3.mp4 (78.46 MB)
25 -Creating the Pricing Plan Template Part 4.mp4 (57.08 MB)
26 -Creating the Pricing Plan Template Part 5.mp4 (57.13 MB)
27 -Creating Success and Cancel Templates for Subscription.mp4 (20.61 MB)
28 -Create utility functions.mp4 (53.44 MB)
29 -Add a new field to the Todo App Model.mp4 (19.85 MB)
3 -Create a stripe account.mp4 (13.35 MB)
30 -Update Todo Views to apply feature Restrictions Part 1.mp4 (50.97 MB)
31 -Update Todo Views to apply feature Restrictions Part 2.mp4 (58.33 MB)
32 -Update Todo App Templates to apply feature Restrictions.mp4 (61.47 MB)
33 -Creating a view function for user dashboard Part 1.mp4 (36.58 MB)
34 -Creating a view function for user dashboard Part 2.mp4 (29.51 MB)
35 -Creating a view function to cancel subscription.mp4 (58.17 MB)
36 -Creating a view function to delete account.mp4 (35.42 MB)
37 -Updating URLs for Auth App.mp4 (23.62 MB)
38 -Modifying Views for Auth App.mp4 (51.32 MB)
39 -Creating the dashboard template.mp4 (54.37 MB)
4 -Creating Stripe API Keys.mp4 (4.36 MB)
40 -Modifying the home template.mp4 (27.91 MB)
41 -Password Reset Templates Casing.mp4 (7.75 MB)
42 -Simulate payments to test stripe integration.mp4 (36.86 MB)
5 -Installing Stripe.mp4 (2.38 MB)
6 -Installing Git.mp4 (26.57 MB)
7 -Git configuration.mp4 (8.04 MB)
8 -Installing Stripe CLI.mp4 (22.37 MB)
9 -Creating stripe webhook secret key.mp4 (14.72 MB)
1 -Testing the auth app Views.mp4 (45.11 MB)
2 -Testing the Subscriptions App Views.mp4 (64.82 MB)
3 -Unit Testing the Todos App Views.mp4 (71.67 MB)
1 -Creating a Github account.mp4 (31.23 MB)
2 -Initializing the project with a git repository.mp4 (7.25 MB)
3 -How to create a gitignore file.mp4 (11.13 MB)
4 -Add and commit project files to repository.mp4 (21.41 MB)
5 -Push Project Code to GitHub.mp4 (42.18 MB)
1 -Create a new account on Pythonanywhere.mp4 (14.25 MB)
2 -Create a virtual environment on PythonAnywhere and clone Git repository.mp4 (17.38 MB)
3 -Configure Project for Deployment.mp4 (27.16 MB)
4 -Add Your PythonAnywhere URL as a Webhook Endpoint in Stripe.mp4 (22.53 MB)
5 -Migrating the Database Tables.mp4 (37.46 MB)
6 -Create Superuser Account and Subscription Plans.mp4 (8.13 MB)
7 -Deploying Project to Production Environment.mp4 (60.03 MB)
8 -SaaS App-main.zip (70.84 KB)]
Screenshot
WjOIP13k_o.jpg


RapidGator
TurboBit
 

Feel free to post your Build a SaaS Develop a Subscription-Based App from scratch Free Download, torrent, subtitles, free download, quality, NFO, Dangerous Build a SaaS Develop a Subscription-Based App from scratch Torrent Download, free premium downloads movie, game, mp3 download, crack, serial, keygen.

Top