Skip to content
  • Home
  • About Us
  • Blog
    • Fashion
    • Interviews
    • Lifestyle
    • Short Story
    • Technology
  • Entertainment
  • Poem
  • Reflection
  • Real Stories
  • Services

Flyhiee.com

  • Home
  • About Us
  • Blog
    • Fashion
    • Interviews
    • Lifestyle
    • Short Story
    • Technology
  • Entertainment
  • Poem
  • Reflection
  • Real Stories
  • Services

Flash News

Come Join The Community Of Great Writers Today @ST

THE BEAUTY OF KARMA;

THE LEGACY;

INFORMATION;

WALLS;

GENDER BASED VIOLENCE-G.B.V(The Store up),

THE COMMAND CONTROL;

THE LOST HOPE;

THE STOCKHOLM SYNDROME;

WASTED MIND AFRICA;

Tuesday, January 19, 2021

Tag: #django

Blog Technology Uncategorized

How to create isolated Python environment and install Python packages

admin April 14, 2020

Since version 3.3, Python has come with the venv library, which provides support for creating lightweight virtual environments. Each virtual environment has its own Python binary and can have its … Read More

#blog#django#python3#pythonenvironment#technology Comment on How to create isolated Python environment and install Python packages
Blog Technology Uncategorized

How to add sitemap to your website using Django and Python

admin April 13, 2020

What is a sitemap?  Django comes with a sitemap framework, which allows you to generate sitemaps for your site dynamically. A sitemap is an XML file that tells search engines … Read More

#django#python#site#sitemap#website Comment on How to add sitemap to your website using Django and Python
Blog Technology Uncategorized

how to register model in admin django

admin February 6, 2020

One of the most powerful parts of Django is the automatic admin interface. It reads metadata from your models to provide a quick, model-centric interface where trusted users can manage … Read More

#django#python3 #admin #model Comment on how to register model in admin django
Technology

How to reset Django admin password?

admin October 4, 2019

Open console using. python manage.py shell then use following script in shell from django.contrib.auth.models import User User.objects.filter(is_superuser=True) will list you all super users on the system. if you recognise your … Read More

#django#djangoadmin#python#superuser Comment on How to reset Django admin password?
Technology

Creating an administration site for your models in Django

admin April 26, 2019

Django comes with a built-in administration interface that is very useful for editing content. The Django admin site is built dynamically by reading your model metadata and providing a production-ready … Read More

#django#djangoadmin#djangositeadmin#python#technology Comment on Creating an administration site for your models in Django
Technology

Installing Django and creating your first project

admin April 22, 2019

  If you have already installed Django, you can skip and jump directly to Creating your first project. If you haven’t installed Django yet, here is a quick guide to … Read More

#createyourfirstappwithdjango#django#python3#technology Comment on Installing Django and creating your first project

Submit your story to get featured.

Follow the link below.

Submit Your Story

Subscribe to Blog via Email

Enter your email address to subscribe to Flyhiee.com and receive notifications of new posts by email.

Join 3,585 other subscribers

Proudly powered by WordPress | Theme: TimesNews | By ThemeSpiral.com.