Skip to content

Commit

Permalink
media files
Browse files Browse the repository at this point in the history
  • Loading branch information
ramibch committed Jan 1, 2024
1 parent 191e120 commit b8a9f31
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 218 deletions.
10 changes: 4 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@

# Django dev version
django
media/**
media
celerybeat-schedule

# Django #
*.log
Expand All @@ -12,7 +7,6 @@ celerybeat-schedule
__pycache__



# Backup files #
*.bak

Expand Down Expand Up @@ -120,3 +114,7 @@ node_modules

# static files
staticfiles/*

# media files
media
media/*
2 changes: 1 addition & 1 deletion config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
"local": {
"BACKEND": "django.core.files.storage.FileSystemStorage",
"OPTIONS": {
"location": "/media/nicecv", # BASE_DIR / "media",
"location": BASE_DIR / "media",
"base_url": LOCAL_MEDIA_URL,
},
},
Expand Down
Binary file removed media/tex_screenshots/23257.jpeg
Binary file not shown.
Binary file removed media/tex_screenshots/alice.jpeg
Binary file not shown.
Binary file removed media/tex_screenshots/alicecv_template.jpeg
Binary file not shown.
Binary file removed media/tex_screenshots/alicecv_template_EBTN2Tn.jpeg
Binary file not shown.
Binary file removed media/tex_screenshots/alicecv_template_UQ2TaG9.jpeg
Binary file not shown.
Binary file removed media/tex_screenshots/receive.jpeg
Binary file not shown.
Binary file removed media/tex_screenshots/screenshot.jpeg
Binary file not shown.
211 changes: 0 additions & 211 deletions media/texfiles/alice.tex

This file was deleted.

0 comments on commit b8a9f31

Please sign in to comment.