-
Notifications
You must be signed in to change notification settings - Fork 0
PsychoProg/standblog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This is an educational project. Local Deployment: >> clone the project >> create a virtual environment and activate it >> install requirements (pip install -r requirements.txt) >> run the following two commands >> python manage.py makemigrations >> python manage.py migrate regex for converting src and href link to static: search: \b(src|href)="([^"]*)"\b change: $1="{% static '$2' %}"
About
django training course
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published