Skip to content

Django-based web application for customer service support.

Notifications You must be signed in to change notification settings

biljana-zobenica/callback-web-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

callback-web-form with django

This is a web application based on Django web framework. It represents a customer service support and include a contact form for submitting complains. Additionally, it insludes a built-in admin database, which is customized to receive, track, sort and modify these forms. The web app is stored on GitHub and works in a virtual environment, which should be set previously.

Installation steps

  • DOWNLOAD PROJECT FILES
  • go to the project repository
  • Code -> download ZIP file
  • UNZIP the project folder and navigate the same location in command prompt
  • make a git repo for the project and connect it with your local project folder. Also, it is possible to clone this repo and pull it to your local disk. The results are the same.
  • SET UP VIRTUAL ENVIRONMENT

pip install pipenv

make sure to be in your project's location and install a virtual environment In some cases, it is necessary to add pipenv in the system's PATH.

pipenv install django

install django inside a virtual environment

pipenv shell

activate python interpreter within the project and isolate its development

django-admin startproject (project-name) .

create the project built-in files and structure

django-admin startapp (app-name)

create an app built-in files and structure

  • RUN SERVER

python manage.py runserver (port-number)

port number is by default 8000, so you can define yours. Our first django app is finally lanuched!

install_worked

About

Django-based web application for customer service support.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published