• This project
    • Loading...
  • Sign in

LiuFuhua / xj-marketing

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • xj-marketing
  • uploader
  • __init__.py
  • liufuhua007's avatar
    add code · c6277ce3
    c6277ce3 Browse Files
    liufuhua007 authored 2024-12-23 11:36:10 +0800
__init__.py 100 Bytes
Raw Blame History Permalink
1 2 3 4 5
from pathlib import Path

from conf import BASE_DIR

Path(BASE_DIR / "cookies").mkdir(exist_ok=True)