Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
irfm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
6
Issues
6
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
regardscitoyens
irfm
Commits
8eb60b5b
Commit
8eb60b5b
authored
May 06, 2017
by
Nicolas Joyard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ajout infos exécution locale
parent
66d3f991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
README.md
README.md
+13
-1
No files found.
README.md
View file @
8eb60b5b
...
...
@@ -26,7 +26,7 @@ $ irfm import_etapes
$
irfm import_nd
```
##
Mise à jour
##
Mise à jour
```
sh
$
cd
/path/to/irfm
...
...
@@ -37,6 +37,18 @@ $ irfm db upgrade
## Développement
### Exécution locale
```
bash
$
cd
/path/to/irfm
$
workon irfm
$
export
IRFM_CONFIG
=
irfm.config.EnvironmentConfig
$
export
IRFM_DEBUG
=
True
$
export
IRFM_DEBUG_SQL
=
True
$
export
IRFM_DB_URL
=
postgresql://irfm:irfm@localhost:5432/irfm
$
irfm runserver
```
### Génération de migrations
Après avoir modifié les modèles Python :
...
...
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