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
Add “polls” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., "resumes", ]Include the polls URLconf in your project urls.py like this:
path("resume/", include("resume.urls")),Run python manage.py migrate to create the resumes models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a poll (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/resumes/ to participate in the poll.
Project details
Release history Release notifications | RSS feed
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)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ac3f9f6f0e0ca6a62079a7cb74507c26ca4af0e2aa74efdac1c73f7b4921016
|
|
| MD5 |
5f955884ec02e5c118a546bca92c0207
|
|
| BLAKE2b-256 |
da74307983ce54901e0f4691be15aa9e6da81daa5e395be91ecdb98e63a2da77
|