Skip to main content

A Django app to conduct web-based resumes.

Project description

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

Detailed documentation is in the “docs” directory.

Quick start

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

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

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

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

  5. Visit http://localhost:8000/resumes/ to participate in the resume.

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.2.tar.gz (39.3 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: django-resumes-1.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 a22ef7dee0d372e9335d989dcf5874803396d7a8bb868321754d7245867d55a1
MD5 29174398a02e38e739f1402e0742bbb7
BLAKE2b-256 e571c4589e9a98f8e41f68748c542a98377b6e1c8d81e90646153197c10cd540

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