Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
ecommerce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
ecommerce
Commits
61013923
Commit
61013923
authored
Sep 01, 2015
by
Clinton Blackburn
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #310 from edx/local-requirements-updates
Updated local requirements
parents
4fd2ac05
d4ebabd8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Makefile
+1
-2
requirements/local.txt
+2
-2
No files found.
Makefile
View file @
61013923
...
@@ -30,7 +30,6 @@ requirements.js:
...
@@ -30,7 +30,6 @@ requirements.js:
requirements
:
requirements.js
requirements
:
requirements.js
pip install
-qr
requirements/local.txt
--exists-action
w
pip install
-qr
requirements/local.txt
--exists-action
w
pip install
-qr
requirements/test.txt
--exists-action
w
migrate
:
migrate
:
python manage.py migrate
python manage.py migrate
...
@@ -93,7 +92,7 @@ fake_translations: extract_translations dummy_translations compile_translations
...
@@ -93,7 +92,7 @@ fake_translations: extract_translations dummy_translations compile_translations
pull_translations
:
pull_translations
:
cd
ecommerce
&&
tx pull
-a
cd
ecommerce
&&
tx pull
-a
update_translations
:
pull_translations
generate_
fake_translations
update_translations
:
pull_translations fake_translations
# Targets in a Makefile which do not produce an output file with the same name as the target name
# Targets in a Makefile which do not produce an output file with the same name as the target name
.PHONY
:
help requirements migrate serve clean validate_python quality validate_js validate html_coverage accept
\
.PHONY
:
help requirements migrate serve clean validate_python quality validate_js validate html_coverage accept
\
...
...
requirements/local.txt
View file @
61013923
# Packages required for local development
# Packages required for local development
-r test.txt
-r test.txt
django-debug-toolbar==1.3.
0
django-debug-toolbar==1.3.
2
# i18n
# i18n
transifex-client==0.10
transifex-client==0.10
git+https://github.com/edx/i18n-tools.git@
27e90296411f56b3e856492f1c465f265b2916fa#egg=i18n_tools
git+https://github.com/edx/i18n-tools.git@
v0.1.3#egg=i18n_tools==0.1.3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment