django-dsm-feedback 0.1

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangodsmfeedback 0.1

====Feedback====Simple app for feedbackQuick start-----------1. Add "feedback" to your INSTALLED_APPS setting like this:: INSTALLED_APPS = [ ... 'feedback', ]2. Include the feedback URLconf in your project urls.py like this:: path('feedback/', include('feedback.urls'))3. Run `python3 manage.py migrate` to create the feedback models.4. Start the development server and visit http://127.0.01:8000/admin/ to create a feedback (you'll need the Admin app enabled).

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.