django-resumes 1.0.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangoresumes 1.0.2

Resume is a Django app to conduct web-based Resume.
Detailed documentation is in the “docs” directory.

Quick start

Add “resumes” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...,
"resumes",
]

Include the polls URLconf in your project urls.py like this:
path("resumes/", include("resumes.urls")),

Run python manage.py migrate to create the resumes models.
Start the development server and visit http://localhost:8000/admin/
to create a resume (you’ll need the Admin app enabled).
Visit http://localhost:8000/resumes/ to participate in the resume.

License

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

Customer Reviews

There are no reviews.