Skip to content

trvlprogrammer/django_feature

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Feedback Feature

It is a simple application to track feature feedback given by user

How to setup :

  • Make sure you have python 3.6 or 3+ on your machine
  • Create a virtual environment python -m virtual env
  • Activate your virtual env
    • Windows : env\Scripts\activate
    • Linux or Mac : source env/bin/activate
  • Install python libraries :
    • cd to root folder and run command pip install -r requirements.txt
  • Initiate database :
    • run command python manage.py migrate
  • Run application python manage.py runserver
  • Open your browser and visit this url localhost:8000

How to run test:

  • cd to root folder and type pytest

Features :

  • HTMX
  • Django Debug Toolbar

About

Simple django app to track feature feedback from user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published