Skip to content

nguyenvanro/it-service-django-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Landingpage IT SERVICE

This is a Website IT SERVICE for Infomation Technology Purpose using FE(Template Restly) and Python (Django). Feel free to make changes based on your requirements.

I've created this project while learnging Django

And if you like this project then ADD a STAR ⭐️ to this project 👆

Features of this Project

A. Admin Users Can

  1. Manage Contact.

B. Guest Can

  1. See the Overall Summary Website, etc.
  2. Send Contact to Admin

Support Developer

  1. Add a Star 🌟 to this 👆 Repository

Donate by wire transfer: E-Mail at [email protected] for wire transfer details.

How to Install and Run this project?

Pre-Requisites:

  1. Install Git Version Control [ https://git-scm.com/ ]

  2. Install Python Latest Version [ https://www.python.org/downloads/ ]

  3. Install Pip (Package Manager) [ https://pip.pypa.io/en/stable/installing/ ]

Alternative to Pip is Homebrew

Installation

1. Create a Folder where you want to save the project

2. Create a Virtual Environment and Activate

Install Virtual Environment First

$  pip install virtualenv

Create Virtual Environment

For Windows

$  python -m venv venv

For Mac

$  python3 -m venv venv

Activate Virtual Environment

For Windows

$  source venv/scripts/activate

For Mac

$  source venv/bin/activate

3. Clone this project

$  git clone https://github.com/nguyenvanro/ITServiceLandingpage.git

Then, Enter the project

$  cd ITServiceLandingpage

4. Install Requirements from 'requirements.txt'

$  pip install -r requirements.txt

5. Add the hosts

  • Got to settings.py file
  • Then, On allowed hosts, Add [‘*’].
ALLOWED_HOSTS = ['*']

No need to change on Mac.

6. Now Run Server

Command for PC:

$ python manage.py runserver

Command for Mac:

$ python3 manage.py runserver

7. Login Credentials

Create Super User

$  python manage.py createsuperuser

Then Add Email, Username and Password

For Sponsor or Projects Enquiry

  1. Email - [email protected]
  2. LinkedIn - Nguyen Van Ro

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published