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
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.
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.2.tar.gz
(39.3 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a22ef7dee0d372e9335d989dcf5874803396d7a8bb868321754d7245867d55a1
|
|
| MD5 |
29174398a02e38e739f1402e0742bbb7
|
|
| BLAKE2b-256 |
e571c4589e9a98f8e41f68748c542a98377b6e1c8d81e90646153197c10cd540
|