How to use Faker in Django

Faker is one of the Python libraries that helps you create fake data. This article will utilize Faker in Django to make some early data for our database. We'll start by configuring Faker with Django and then looking at producing data.

React Native:Tutorial #5 – React Native API Integration

React Native API Integration is one of the easiest way to fetch data from a remote urls. You can user the API integration to use not only GET request but we can also use any other HTTP requests like POST, PUT, DELETE easily on both Android and iOS using a single piece of code. In this tutorial, we […]

How to add PHP to a WordPress Page or Post?

WordPress comes with an intuitive visual editor that covers all your basic needs for posting content. No coding is needed. However, when making custom pages or posts, you might need to add your own PHP code. How to add PHP to a WordPress page or post properly? Read on, I’ll present the easiest way to …

How to add PHP to a WordPress Page or Post? Read More »

The post How to add PHP to a WordPress Page or Post? appeared first on The Crazy Programmer.