Skip to main content

A Django app to conduct web-based resumes.

Project description

#### Resume

Resume is a Django app to conduct web-based Resume.

Detailed documentation is in the “docs” directory.

Quick start

  1. Add “polls” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...,
        "resumes",
    ]
  2. Include the polls URLconf in your project urls.py like this:

    path("resume/", include("resume.urls")),
  3. Run python manage.py migrate to create the resumes models.

  4. Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).

  5. Visit http://127.0.0.1:8000/resumes/ to participate in the poll.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-resumes-1.0.tar.gz (39.3 kB view details)

Uploaded Source

File details

Details for the file django-resumes-1.0.tar.gz.

File metadata

  • Download URL: django-resumes-1.0.tar.gz
  • Upload date:
  • Size: 39.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.6

File hashes

Hashes for django-resumes-1.0.tar.gz
Algorithm Hash digest
SHA256 4ac3f9f6f0e0ca6a62079a7cb74507c26ca4af0e2aa74efdac1c73f7b4921016
MD5 5f955884ec02e5c118a546bca92c0207
BLAKE2b-256 da74307983ce54901e0f4691be15aa9e6da81daa5e395be91ecdb98e63a2da77

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page